diff options
author | Rafael Marçalo <public@rafaelmarcalo.xyz> | 2024-09-05 16:31:33 +0100 |
---|---|---|
committer | Rafael Marçalo <public@rafaelmarcalo.xyz> | 2024-09-05 16:31:33 +0100 |
commit | 8b67572ad7e1508341345dc46a2597e9fa170cbb (patch) | |
tree | 8f37c4d60ce0f07b9eaf30be34f39298da97b242 /src/thenewpoketext/TextToPoke.java | |
parent | b65f4a80da28e7ec4de16c8b1abf906e8d7be2c5 (diff) |
Diffstat (limited to 'src/thenewpoketext/TextToPoke.java')
-rwxr-xr-x | src/thenewpoketext/TextToPoke.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/thenewpoketext/TextToPoke.java b/src/thenewpoketext/TextToPoke.java index f80fee4..e68147b 100755 --- a/src/thenewpoketext/TextToPoke.java +++ b/src/thenewpoketext/TextToPoke.java @@ -3,7 +3,6 @@ package thenewpoketext; /*----------------------------------------------------------------------------*/ /*-- TextToPoke.java - encodes gen4 games text from Unicode --*/ /*-- Code derived from "thenewpoketext", copyright (C) loadingNOW --*/ -/*-- Ported to Java and bugfixed/customized by sneed --*/ /*----------------------------------------------------------------------------*/ import java.util.ArrayList; |