Skip to content

Commit 576dd68

Browse files
kirjavascriptzohassadar
authored andcommitted
buildscript adjustments
1 parent 6db7256 commit 576dd68

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

build.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ compile_flags=()
44

55
help () {
66
echo "Usage: $0 [-v] [-m <1|3>] [-a] [-s] [-k] [-h]"
7-
echo "-v Enable verbose output"
8-
echo "-m Set mapper. Valid values are 1, 3 and 4. Default 1."
9-
echo "-a Enable pressing select to end game"
10-
echo "-s Disable saving of high scores"
11-
echo "-k Enable Famicom Keyboard support"
12-
echo "-h Print this help and exit"
7+
echo "-v verbose"
8+
echo "-m mapper"
9+
echo "-a faster aeppoz + press select to end game"
10+
echo "-s disable highscores/SRAM"
11+
echo "-k Famicom Keyboard support"
12+
echo "-h you are here"
1313
}
1414

1515
while getopts "vm:askh" flag; do

src/constants.asm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ SAVE_HIGHSCORES := 1
77
.endif
88

99
.ifndef AUTO_WIN
10-
AUTO_WIN := 0 ; press select to end game
10+
; faster aeppoz + press select to end game
11+
AUTO_WIN := 0
1112
.endif
1213

1314
.ifndef KEYBOARD

0 commit comments

Comments
 (0)