sora10pls
ecef1be042
Add static/gift legend-for-legend
2018-01-15 15:38:11 -05:00
Matt
11b2a043ae
Add commas
...
oops x2
2018-01-08 10:48:06 -05:00
Matt
8000dbc024
Update final evolutions
...
2 Sandslash, no Regigigas
oops
2018-01-08 10:43:48 -05:00
sora10pls
4cf5381980
Add more SMTE rand options
2018-01-05 12:29:39 -05:00
sora10pls
e32472e02b
Various updates
2018-01-02 19:01:52 -05:00
Kurt
a31571d1d6
Rearranging
...
need to make bclim code generic (bmp data -> encoded swizzle)
CLIM is now
2018-01-01 20:29:26 -08:00
Kurt
eb69d46880
Move files
2018-01-01 17:01:11 -08:00
Kurt
a852730ab7
Refactoring
...
part 1
2018-01-01 17:00:48 -08:00
Kurt
13a06a0651
fix yield path
2018-01-01 00:54:25 -08:00
Kurt
775955af99
Fix rgb8 export
...
oops
2017-12-31 22:49:26 -08:00
Kurt
a4a817abcd
Cleanup
...
dis codebase like jenga
2017-12-31 18:51:42 -08:00
Kurt
0ccc74480d
Emit dumped file paths as enumerable
2017-12-31 17:38:14 -08:00
Kurt
f1f01ad10d
skip etc1 swizzling
...
images come out fine for BFLIM lul
add cropping
https://i.imgur.com/RLgfnrS.png
2017-12-31 15:52:02 -08:00
Kurt
abef306ffc
Migrate out etc handling
...
currently only works for bclim, dunno if I want to try and fix the
swizzling / standardize the reading
basically just outputs scrambled ETC1 images rather than throwing an
exception
2017-12-31 13:50:37 -08:00
Kurt
71b6d95ec5
Fix tile shuffling
...
reference calculated "Width" instead of cropped "width" property
2017-12-31 13:25:07 -08:00
Kurt
15b8b87ca9
add crop override
...
can now choose to not crop the resulting image (showing unused pixel
data)
2017-12-31 10:01:01 -08:00
Kurt
fc588e00db
continued improvements
...
can now convert some bflims to png, some are still tile scrambled (too
fried atm to finish)
2017-12-31 00:14:35 -08:00
Kurt
3347feca2a
Cleanup
...
remove non-3DS formats
2017-12-30 19:07:00 -08:00
Kurt
ff44078b3b
add bflim reading
...
can't convert to image, can only rip out data portions
no plans on continuing, might just rely on other projects
2017-12-30 17:23:54 -08:00
Kurt
50ce46e9f6
Add SARC dumping in core project
...
as easy as:
new SARC(path).Dump();
2017-12-30 12:48:03 -08:00
Kurt
2fcf879ea1
Move SARC dump code into core project
...
more logic in sarc object; maintain stream inside object until disposed
add xmldoc
2017-12-30 12:40:45 -08:00
Matt
e9ef4696eb
Merge pull request #1 from kwsch/master
...
Update from upstream repo kwsch/pk3DS
2017-12-30 13:02:22 -05:00
sora10pls
327178a2cd
Revise ORAS trainer class blacklisting
2017-12-30 13:01:50 -05:00
Kurt
22b79168b2
Add ALYT reading
...
static method also provided to jump to just the interior contents, since
gamefreak loves their container inception (ALYT->single SARC->files)
usage:
var alyt = new ALYT(path);
File.WriteAllBytes(outpath1, alyt.Data);
File.WriteAllBytes(outpath2, ALYT.GetData(path));
supports input of filepath/byte[]/stream
2017-12-30 00:25:32 -08:00
Kurt
035f031062
Move SARC to core
2017-12-30 00:25:32 -08:00
sora10pls
dd6aeb8137
Add SMTE options
2017-12-28 00:23:04 -05:00
Kurt
1e6047205e
Misc tweaks
...
standardize rand usage to single instance, no functional changes
2017-12-20 00:07:18 -08:00
Kurt
0c4757b031
Add table copy/paste(all)
...
closes #182
2017-12-19 21:56:30 -08:00
Kurt
4ba1794915
Merge pull request #258 from sora10pls/master
...
Misc changes
2017-12-18 16:18:19 -08:00
sora10pls
aaa5d8043e
Actually fix IV/EV set
2017-12-18 18:32:01 -05:00
Kurt
865d0693ca
Fix bst rand
...
Closes #255
2017-12-18 12:23:29 -08:00
sora10pls
d448426c16
Misc changes
2017-12-18 13:13:48 -05:00
sora10pls
5c567a559b
Expose Gen 6 gift shiny locks
2017-12-18 00:06:07 -05:00
Kurt
57d98a4c9e
Relocate script handling to core
2017-12-13 18:56:19 -08:00
Kurt
dd5dc2cabd
Refactoring
...
increase diagnostic ability for a textfile, pull out some properties
that aren't used outside of the library
#253
2017-12-10 20:57:21 -08:00
sora10pls
9bb32a7187
Add USUM special classes
2017-12-10 10:05:37 -05:00
sora10pls
fec4fd4ca5
Add XY trainer class blacklist for ORAS
2017-12-09 22:34:53 -05:00
Kurt
d022f37f47
Add varcode escape
...
Closes #246
2017-12-07 19:22:07 -08:00
sora10pls
bde6144ad4
Revise legal/randomizer changes
2017-12-06 19:39:59 -05:00
sora10pls
f6c2f152e7
Misc fixes (pt. 2)
2017-12-06 18:08:08 -05:00
sora10pls
ca43387e5e
Misc fixes (pt. 1)
2017-12-06 17:48:13 -05:00
Kurt
63ca15cdb7
Fix non-expanding first entry randomization
...
closes #243
2017-12-02 08:28:20 -08:00
Kurt
39666dc54e
Save trainer name on form close
...
use an object wrapper to check for modifications to only write back if
things were changed
not sure I like this setup
Closes #235
misc refactoring in maison7/owse
2017-11-22 16:08:18 -08:00
Kurt
a04342e3af
add map location
...
probably need to use this in conjunction with the zonedata to yield an
actual met location ID; but good enough for doc purposes.
#146
2017-11-20 22:34:56 -08:00
Evan Dixon
12e8db539d
Add GameConfig option to enable TextFile's character remapping
...
Also update TextFile to use a StringBuilder in getLineString and getVariableString.
2017-11-14 20:49:52 -06:00
Kurt
e9739dbb9e
Add sm/usum content
...
item sprites weren't added from sm
add usum pkm/item sprites
add usum forme handling colors
2017-11-13 22:59:17 -08:00
Kurt
1e2736ab35
add nature
2017-11-12 12:16:11 -08:00
Kurt
6d7e99b3b2
Add beach BP move tutor editing to personal editor
2017-11-11 14:09:57 -08:00
Kurt
1f3e399b55
Add gender to output
2017-11-09 16:32:42 -08:00
Kurt
3fba1cb1f5
More data export values
2017-11-09 07:17:52 -08:00