If you appreciate the work done within the wiki, please consider supporting The Cutting Room Floor on Patreon. Thanks for all your support!
King of Fighters R-1
King of Fighters R-1 |
---|
Developer: SNK This game has hidden development-related text. |
King of Fighters R-1 is a fighting game for the Neo Geo Pocket, based on The King of Fighters '97.
Contents
Stage Names
This needs some investigation. Discuss ideas and findings on the talk page. |
JAPAN USA BALI CHINA KOREA MONACO LAST1 LAST2 LAST3 LAST ERROR
A set of stage names stored at 5831, which appear to have been intended for a practice mode menu. The 'lasts' refer to the stages of each member of the Orochi team and final boss Orochi.
Debug Menu
Some options appear to be non-functional. Similar to other menus, it is stored as a list of subroutine handler offsets at 7aa5, and entry text at 7ac7.
To load this menu, execution would likely have to take the jump at 2077f6 with A=0xa
, instead of loading other screens (e.g. intro sequence) by taking the jump at 2077f1:
002077ee c9 cf 09 cp A,0x9 002077f1 67 0f jr C/ULT,LAB_00207802 002077f3 c9 cf 1a cp A,0x1a 002077f6 67 02 jr C/ULT,LAB_002077fa 002077f8 21 09 ld A,0x9 LAB_002077fa XREF[1]: 002077f6(j) 002077fa c9 ca 09 sub A,0x9 002077fd 44 a5 7a ld XIX,offsets_debug 20 00
We can force the menu to load with the following patch, which makes the first jump goto 2077f8, and replaces the stored literal with 0xa
:
0x77f2 = 05 0x77f9 = 0a
Dbg SW System
Dbg SW User
Evnt Test
Effect Test
Staff
Credits roll.
Back Test
かくしキャラ
...But what does it mean? This game has text or audio that needs to be translated. If you are fluent with this language, please read our translation guidelines and then submit a translation! |
Key Test
Pal Adjust
Kondo Only
Taguchi Only
Hamada Only
Takada Only
Yokota Only
Yamada Only
Error Screen
If some logic checks fail, the game will soft lock on this screen.
We can force it to load with the following patch:
0x77f2 = 05
- Pages missing developer references
- Games developed by SNK
- Pages missing publisher references
- Games published by SNK
- Neo Geo Pocket games
- Pages missing date references
- Games released in 1998
- Games with hidden development-related text
- Games with unused text
- Games with debugging functions
- Games with hidden sound tests
- To investigate
- Articles needing translation/ja
- King of Fighters series
Cleanup > Articles needing translation > Articles needing translation/ja
Cleanup > Pages missing date references
Cleanup > Pages missing developer references
Cleanup > Pages missing publisher references
Cleanup > To investigate
Games > Games by content > Games with debugging functions
Games > Games by content > Games with hidden development-related text
Games > Games by content > Games with hidden sound tests
Games > Games by content > Games with unused text
Games > Games by developer > Games developed by SNK
Games > Games by platform > Neo Geo Pocket games
Games > Games by publisher > Games published by SNK
Games > Games by release date > Games released in 1998
Games > Games by series > King of Fighters series