diff options
Diffstat (limited to 'src/cuecompressors/BLZCoder.java')
-rwxr-xr-x | src/cuecompressors/BLZCoder.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cuecompressors/BLZCoder.java b/src/cuecompressors/BLZCoder.java index d90075e..a872265 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.dabomstew.pkrandom.FileFunctions; +import com.rafa_99.pkrandom.FileFunctions; /*----------------------------------------------------------------------------*/ /*-- BLZCoder.java - Bottom LZ coding for Nintendo GBA/DS/3DS --*/ @@ -14,7 +14,7 @@ import com.dabomstew.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 Dabomstew and UPR-ZX team under --*/ +/*-- Above-listed code ported to Java by rafa_99 and UPR-ZX team under --*/ /*-- the terms of the GPL: --*/ /*-- --*/ /*-- This program is free software: you can redistribute it and/or modify --*/ |