mirror of
https://github.com/rvtr/GodMode9i.git
synced 2025-11-02 00:11:07 -04:00
Use B button for "Press B to cancel"
somehow missed this one force push because I missed one of the files
This commit is contained in:
parent
90814b2ff2
commit
1b6360df13
@ -121,7 +121,7 @@ STRING(SEARCH_DATA, "Search for Data")
|
|||||||
STRING(SEARCH_FOR, "Search for:\n") // ASCII only
|
STRING(SEARCH_FOR, "Search for:\n") // ASCII only
|
||||||
STRING(ENTER_VALUE, "Enter value:")
|
STRING(ENTER_VALUE, "Enter value:")
|
||||||
STRING(SEARCHING, "Searching")
|
STRING(SEARCHING, "Searching")
|
||||||
STRING(PRESS_B_TO_CANCEL, "Press B to cancel")
|
STRING(PRESS_B_TO_CANCEL, "Press \\B to cancel")
|
||||||
STRING(EOF_NO_RESULTS, "Reached end of file\nwith no results")
|
STRING(EOF_NO_RESULTS, "Reached end of file\nwith no results")
|
||||||
|
|
||||||
// Dumping
|
// Dumping
|
||||||
|
|||||||
@ -114,7 +114,7 @@ SEARCH_DATA=Search for Data
|
|||||||
SEARCH_FOR=Search for:\n
|
SEARCH_FOR=Search for:\n
|
||||||
ENTER_VALUE=Enter value:
|
ENTER_VALUE=Enter value:
|
||||||
SEARCHING=Searching
|
SEARCHING=Searching
|
||||||
PRESS_B_TO_CANCEL=Press B to cancel
|
PRESS_B_TO_CANCEL=Press \B to cancel
|
||||||
EOF_NO_RESULTS=Reached end of file\nwith no results
|
EOF_NO_RESULTS=Reached end of file\nwith no results
|
||||||
|
|
||||||
DUMP_NDS_ROM_TO=Dump NDS card ROM to\n"%s:/gm9i/out"?
|
DUMP_NDS_ROM_TO=Dump NDS card ROM to\n"%s:/gm9i/out"?
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user