summaryrefslogtreecommitdiff
path: root/src/cuecompressors/BLZCoder.java
diff options
context:
space:
mode:
authorRafael Marçalo <public@rafaelmarcalo.xyz>2024-09-05 16:31:33 +0100
committerRafael Marçalo <public@rafaelmarcalo.xyz>2024-09-05 16:31:33 +0100
commit8b67572ad7e1508341345dc46a2597e9fa170cbb (patch)
tree8f37c4d60ce0f07b9eaf30be34f39298da97b242 /src/cuecompressors/BLZCoder.java
parentb65f4a80da28e7ec4de16c8b1abf906e8d7be2c5 (diff)
Removed invasive brandingHEADmaster
Diffstat (limited to 'src/cuecompressors/BLZCoder.java')
-rwxr-xr-xsrc/cuecompressors/BLZCoder.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/cuecompressors/BLZCoder.java b/src/cuecompressors/BLZCoder.java
index 2e6a8c6..3474fda 100755
--- a/src/cuecompressors/BLZCoder.java
+++ b/src/cuecompressors/BLZCoder.java
@@ -6,7 +6,7 @@ import java.nio.ByteBuffer;
import java.nio.ByteOrder;
import java.util.Arrays;
-import com.sneed.pkrandom.FileFunctions;
+import com.pkrandom.FileFunctions;
/*----------------------------------------------------------------------------*/
/*-- BLZCoder.java - Bottom LZ coding for Nintendo GBA/DS/3DS --*/
@@ -14,7 +14,6 @@ import com.sneed.pkrandom.FileFunctions;
/*-- Contains code based on "pk3DS", copyright (C) Kaphotics --*/
/*-- Contains code based on "pokemon-x-y-icons", copyright (C) CatTrinket --*/
/*-- Contains code based on "blz.c", copyright (C) 2011 CUE --*/
-/*-- Above-listed code ported to Java by sneed and UPR-ZX team under --*/
/*-- the terms of the GPL: --*/
/*-- --*/
/*-- This program is free software: you can redistribute it and/or modify --*/