diff options
| author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-11-21 17:37:36 -0500 |
|---|---|---|
| committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-11-21 17:37:36 -0500 |
| commit | 7e0a4968b35c3f76dee9570ce2113ee1070a653c (patch) | |
| tree | 76bdaa63c5c1a751c305fb935fc72ac032b3ce70 /replace.sh | |
| parent | Bank 4 moveEffects (diff) | |
| download | pokeyellow-7e0a4968b35c3f76dee9570ce2113ee1070a653c.tar.gz pokeyellow-7e0a4968b35c3f76dee9570ce2113ee1070a653c.tar.xz pokeyellow-7e0a4968b35c3f76dee9570ce2113ee1070a653c.zip | |
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.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
