mirror of
https://github.com/mm201/pkmn-classic-framework.git
synced 2026-08-20 01:04:12 -05:00
Added todo
This commit is contained in:
@@ -37,6 +37,8 @@ namespace PkmnFoundations.Support
|
||||
for (int i = start; i < start + count * 2; i += 2)
|
||||
{
|
||||
ushort gamecode = BitConverter.ToUInt16(data, i);
|
||||
// todo: convert some characters via lookup table
|
||||
// http://projectpokemon.org/wiki/Pokemon_Black/White_NDS_Structure#Characters_that_can_be_replaced_in_Unicode
|
||||
if (gamecode == 0xFFFF) { break; }
|
||||
sb.Append((char)gamecode);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user