Skip to content

Commit

Permalink
Add copyright and script author
Browse files Browse the repository at this point in the history
  • Loading branch information
Zephiles committed Feb 14, 2020
1 parent de55e31 commit 0db001f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 2 additions & 0 deletions OriginalVersion/SaveFileHack.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
import binascii
import sys

# Script created by Zephiles

# stringToInt taken from text_to_bits from here:
# https://stackoverflow.com/questions/7396849/convert-binary-to-ascii-and-vice-versa
def stringToInt(string, encoding='utf-8', errors='surrogatepass'):
Expand Down
4 changes: 3 additions & 1 deletion OriginalVersion/source/Main_EU.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Original code written by PistonMiner
# SPDX-License-Identifier: GPL-3.0-or-later
# Copyright 2020 Linus S. (aka PistonMiner)

# Modifications made by Zephiles

# Set global function/variable/offset locations/values
Expand Down
4 changes: 3 additions & 1 deletion OriginalVersion/source/Main_JP.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Original code written by PistonMiner
# SPDX-License-Identifier: GPL-3.0-or-later
# Copyright 2020 Linus S. (aka PistonMiner)

# Modifications made by Zephiles

# Set global function/variable/offset locations/values
Expand Down
4 changes: 3 additions & 1 deletion OriginalVersion/source/Main_US.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Original code written by PistonMiner
# SPDX-License-Identifier: GPL-3.0-or-later
# Copyright 2020 Linus S. (aka PistonMiner)

# Modifications made by Zephiles

# Set global function/variable/offset locations/values
Expand Down

0 comments on commit 0db001f

Please sign in to comment.