Skip to content

Instantly share code, notes, and snippets.

@shelaf
shelaf / SMBDIS.ASM
Created March 27, 2018 10:35 — forked from 1wErt3r/SMBDIS.ASM
A Comprehensive Super Mario Bros. Disassembly
;SMBDIS.ASM - A COMPREHENSIVE SUPER MARIO BROS. DISASSEMBLY
;by doppelganger (doppelheathen@gmail.com)
;This file is provided for your own use as-is. It will require the character rom data
;and an iNES file header to get it to work.
;There are so many people I have to thank for this, that taking all the credit for
;myself would be an unforgivable act of arrogance. Without their help this would
;probably not be possible. So I thank all the peeps in the nesdev scene whose insight into
;the 6502 and the NES helped me learn how it works (you guys know who you are, there's no
--- ricty_generator_for_nerd_fonts.sh 2018-11-06 20:40:55.693412146 +0900
+++ ricty_generator_for_nerd_fonts.sh 2018-11-08 10:18:29.953438400 +0900
@@ -251,10 +251,10 @@
exit 1
fi
# Check filename
- [ "$(basename $input_inconsolata_regular)" != "Inconsolata-Regular.ttf" ] &&
+ [ "$(basename "${input_inconsolata_regular}")" != "Inconsolata-Regular.ttf" ] &&
echo "Warning: ${input_inconsolata_regular} does not seem to be Inconsolata Regular" >&2
- [ "$(basename $input_inconsolata_bold)" != "Inconsolata-Bold.ttf" ] &&