Skip to content

Commit

Permalink
need to be tested
Browse files Browse the repository at this point in the history
  • Loading branch information
easyworld committed Sep 7, 2016
1 parent e9bd678 commit acfbeee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified cheat.plg
Binary file not shown.
2 changes: 1 addition & 1 deletion source/gameplg.c
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ void freezeCheatValue() {
}
if (cheatEnabled[2]) {//TODO: need to be a function
key = getKey();
if (key == BUTTON_SE & BUTTON_UP) {
if (key == BUTTON_SE & BUTTON_DU) {
// toggle cheats when SELECT button pressed
cheatEnabled[2] = 1;
// wait until key is up
Expand Down

0 comments on commit acfbeee

Please sign in to comment.