From 81fff9bb80af3db0ee381c824261b8963e1cc221 Mon Sep 17 00:00:00 2001 From: mid-kid Date: Sun, 1 Apr 2018 17:03:11 +0200 Subject: Fix file permissions I have no idea why this was a thing (do people store this repo on FAT32 flash drives or something?), but quite a bit of files had a permission of 755. This isn't really a problem, but it's inconsistent and weird. --- engine/battle_anims/functions.asm | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 engine/battle_anims/functions.asm (limited to 'engine/battle_anims/functions.asm') diff --git a/engine/battle_anims/functions.asm b/engine/battle_anims/functions.asm old mode 100755 new mode 100644 -- cgit v1.2.3