summaryrefslogtreecommitdiff
path: root/replace.sh
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2015-11-21 17:37:36 -0500
committerluckytyphlosion <alan.rj.huang@gmail.com>2015-11-21 17:37:36 -0500
commit7e0a4968b35c3f76dee9570ce2113ee1070a653c (patch)
tree76bdaa63c5c1a751c305fb935fc72ac032b3ce70 /replace.sh
parentdb8741635917237d6bc96d5260034953b7344b8e (diff)
LoadPokedexTilePatterns and engine/overworld/map_sprites.asm
Also replace dummy sprites and fix replace.sh to only parse .asm files
Diffstat (limited to 'replace.sh')
-rw-r--r--replace.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/replace.sh b/replace.sh
index 7648423a..49badda1 100644
--- a/replace.sh
+++ b/replace.sh
@@ -1,3 +1,3 @@
-sed -i 's/\<'$1'\>/'$2'/' $(git grep -l $1)
+sed -i 's/\<'$1'\>/'$2'/' $(git grep -l $1 -- "*.asm")
# $1: phrase to find
# $2: phrase to replace $1 \ No newline at end of file