diff --git a/patches/bettertm/bettertm.sh b/patches/bettertm/bettertm.sh new file mode 100644 index 0000000..cd29a71 --- /dev/null +++ b/patches/bettertm/bettertm.sh @@ -0,0 +1,2 @@ +#!/bin/bash +\cp "$1/*.png" res/raw/ diff --git a/patches/bettertm/black/emoji_2122.png b/patches/bettertm/black/emoji_2122.png new file mode 100644 index 0000000..ac08fcc Binary files /dev/null and b/patches/bettertm/black/emoji_2122.png differ diff --git a/patches/bettertm/black/emoji_ae.png b/patches/bettertm/black/emoji_ae.png new file mode 100644 index 0000000..168a819 Binary files /dev/null and b/patches/bettertm/black/emoji_ae.png differ diff --git a/patches/bettertm/emoji_2122.png b/patches/bettertm/emoji_2122.png new file mode 100644 index 0000000..9c17871 Binary files /dev/null and b/patches/bettertm/emoji_2122.png differ diff --git a/patches/bettertm/emoji_ae.png b/patches/bettertm/emoji_ae.png new file mode 100644 index 0000000..9ecace6 Binary files /dev/null and b/patches/bettertm/emoji_ae.png differ diff --git a/patchport.py b/patchport.py index f4b5dbf..48ebe65 100644 --- a/patchport.py +++ b/patchport.py @@ -64,7 +64,7 @@ for patch in os.listdir(os.path.join(cutthecord_folder, "patches")): # Check if patch exists for from_version, if it doesn't, warn user if not os.path.isfile(patch_path): # Don't warn on instructional patches - if patch not in ["customfont", "customring"]: + if patch not in ["customfont", "customring", "bettertm"]: print(f"SKIPPED: No {from_versionname} version found for {patch}.") continue