# HG changeset patch # User Neil Muller # Date 1302383836 -7200 # Node ID 8d78fba1735edd39d19d5e4a3d342e8ca3e19fba # Parent c85363a8ff5640f25c3f1dfe4b3e962eae614f2c Move Sasuke away from canon diff -r c85363a8ff56 -r 8d78fba1735e data/game.json --- a/data/game.json Sat Apr 09 23:14:21 2011 +0200 +++ b/data/game.json Sat Apr 09 23:17:16 2011 +0200 @@ -170,7 +170,7 @@ "guard": { "type": "Guard", "level": "temple_grounds", "pos": [5, 11], "dsm": "npcs/guard.json", "state": "start", "block": true }, "hattori": { "type": "Hattori", "level": "road", "pos": [37, 8], "dsm": "npcs/hattori.json", "state": "start", "block": true, "facing": "left" }, "ichiro": { "type": "Ichiro", "level": "road", "pos": [36, 8], "dsm": "npcs/ichiro.json", "state": "start", "block": true, "facing": "right" }, - "sasuke": { "type": "Sasuke", "level": "road", "pos": [56, 8], "dsm": "npcs/sasuke.json", "state": "start" }, + "sasuke": { "type": "Sasuke", "level": "road", "pos": [54, 8], "dsm": "npcs/sasuke.json", "state": "start" }, "kaneda2": { "type": "Kaneda", "level": "tea_house", "pos": [6, 10], "dsm": "npcs/kaneda2.json", "state": "start", "facing": "left" }, "tetsuo": { "type": "Tetsuo", "level": "tea_house", "pos": [9, 10], "dsm": "npcs/tetsuo.json", "state": "start", "facing": "right" }, "kaneda": { "type": "Kaneda", "level": "geisha_house", "pos": [10, 3], "dsm": "npcs/kaneda.json", "state": "start" },