forked from distok/cutthecord
Add customdefaultemoji patch
This commit is contained in:
parent
a048e02c66
commit
a55a06b611
2 changed files with 63 additions and 0 deletions
56
patches/customdefaultemoji/884.patch
Normal file
56
patches/customdefaultemoji/884.patch
Normal file
|
@ -0,0 +1,56 @@
|
|||
diff -crB -x dist -x build com.discord-884-base/smali/com/discord/stores/StoreEmoji.smali com.discord-884/smali/com/discord/stores/StoreEmoji.smali
|
||||
*** com.discord-884-base/smali/com/discord/stores/StoreEmoji.smali 2019-04-25 13:19:17.676510563 +0300
|
||||
--- com.discord-884/smali/com/discord/stores/StoreEmoji.smali 2019-04-26 07:35:12.402110184 +0300
|
||||
***************
|
||||
*** 111,135 ****
|
||||
|
||||
aput-object v1, v0, v2
|
||||
|
||||
! const-string v1, "eyes"
|
||||
|
||||
const/4 v2, 0x2
|
||||
|
||||
aput-object v1, v0, v2
|
||||
|
||||
! const-string v1, "sweat_drops"
|
||||
|
||||
const/4 v2, 0x3
|
||||
|
||||
aput-object v1, v0, v2
|
||||
|
||||
! const-string v1, "joy"
|
||||
|
||||
const/4 v2, 0x4
|
||||
|
||||
aput-object v1, v0, v2
|
||||
|
||||
! const-string v1, "pig"
|
||||
|
||||
const/4 v2, 0x5
|
||||
|
||||
--- 111,135 ----
|
||||
|
||||
aput-object v1, v0, v2
|
||||
|
||||
! const-string v1, "star"
|
||||
|
||||
const/4 v2, 0x2
|
||||
|
||||
aput-object v1, v0, v2
|
||||
|
||||
! const-string v1, "eyes"
|
||||
|
||||
const/4 v2, 0x3
|
||||
|
||||
aput-object v1, v0, v2
|
||||
|
||||
! const-string v1, "sweat_drops"
|
||||
|
||||
const/4 v2, 0x4
|
||||
|
||||
aput-object v1, v0, v2
|
||||
|
||||
! const-string v1, "joy"
|
||||
|
||||
const/4 v2, 0x5
|
||||
|
7
patches/customdefaultemoji/README.md
Normal file
7
patches/customdefaultemoji/README.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
## DisTok CutTheCord: Custom Default Emojis Patch
|
||||
|
||||
This patch changes default list of custom emojis.
|
||||
|
||||
#### Available and tested on:
|
||||
- 8.8.4
|
||||
|
Loading…
Reference in a new issue