mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Remove carryover from RGBASM in RGBLINK tests
This commit is contained in:
@@ -16,7 +16,7 @@ tryDiff () {
|
||||
}
|
||||
|
||||
tryCmp () {
|
||||
cmp $1 $2 || (../../contrib/gbdiff.bash $1 $2; echo -e "${bold}${red}${i%.asm}${variant}.out.bin mismatch!${rescolors}${resbold}"; false)
|
||||
cmp $1 $2 || (../../contrib/gbdiff.bash $1 $2; echo -e "${bold}${red}${i%.asm}.out.bin mismatch!${rescolors}${resbold}"; false)
|
||||
}
|
||||
|
||||
RGBASM=../../rgbasm
|
||||
|
||||
Reference in New Issue
Block a user