diff options
author | xCrystal <rgr.crystal@gmail.com> | 2018-01-02 13:24:05 +0100 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2018-01-02 13:26:18 +0100 |
commit | 9a3088e50cf58158cbfb8de5ad80170967d975dc (patch) | |
tree | adabe623ee5e7a1949c244f1d4d847d6ea12be64 /engine/scripting.asm | |
parent | f27f79488a460f0a89670f3611e1e9e175baf5d6 (diff) |
Clean up XXX comments for unused content
Diffstat (limited to 'engine/scripting.asm')
-rw-r--r-- | engine/scripting.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/scripting.asm b/engine/scripting.asm index 9a89c375a..8d9a394d5 100644 --- a/engine/scripting.asm +++ b/engine/scripting.asm @@ -2852,7 +2852,7 @@ Script_loadbytec2cf: ld [wc2cf], a ret - ld c, c ; XXX + ld c, c ; unused Script_closetext: ; script command 0x49 |