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
1f5accff21
Add ALYT dumping
...
assuming it's just an alyt->sarc, obviously
tweak dragdrop to iterate over all dumped files, cuz why not
2017-12-31 17:51:59 -08:00
Kurt
0ccc74480d
Emit dumped file paths as enumerable
2017-12-31 17:38:14 -08:00
Kurt
c3a6d676f8
Misc ui improvements
...
add hotkeys & show them in main window (ctrl T brings up bxlim / tools
UI)
auto size tools window larger if large image loaded
2017-12-31 16:20:28 -08:00
Kurt
0fe1b0825e
Add bflim viewing to tools UI
...
really should refactor bclim to pull out shared code
2017-12-31 16:08:02 -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
de9c381dd4
Merge pull request #272 from sora10pls/master
...
Add force fully evolved for RSTE
2017-12-30 18:43:29 -08:00
sora10pls
ffc9b69b7b
Add force fully evolved for RSTE
2017-12-30 21:40:59 -05: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
Kurt
399cca89a4
Merge pull request #271 from sora10pls/master
...
Revise ORAS trainer class blacklisting
2017-12-30 10:48:32 -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
Kurt
2c41b44960
Merge pull request #270 from sora10pls/master
...
Revise RSTE levelup move get
2017-12-28 16:58:51 -08:00
sora10pls
1c4c2b358d
Revise RSTE levelup move get
2017-12-28 19:43:14 -05:00
Kurt
66c18512af
Merge pull request #269 from sora10pls/master
...
Add SMTE options
2017-12-28 00:53:08 -08:00
sora10pls
dd6aeb8137
Add SMTE options
2017-12-28 00:23:04 -05:00
Kurt
62c771886d
Merge pull request #268 from sora10pls/master
...
Revise Lusamine 2 blacklist
2017-12-25 16:03:26 -08:00
Matt
28c29a30d7
Revise Lusamine 2 blacklist
2017-12-25 18:48:58 -05:00
Kurt
ba4a0c486e
Merge pull request #267 from sora10pls/master
...
Add ability (1,2,H) randomizer for static/gift/trade
2017-12-23 11:55:32 -08:00
Matt
6387b631c1
Merge pull request #1 from kwsch/master
...
Update from upstream repo kwsch/pk3DS
2017-12-23 14:13:47 -05:00
sora10pls
8940c8c3b8
Add nature (1,2,H) randomizer for static/gift/trade
2017-12-23 14:13:01 -05:00
Kurt
a19bf22b62
Merge pull request #265 from sora10pls/master
...
More StaticEncounterEditor7 additions
2017-12-22 10:34:18 -08:00
sora10pls
335a606f64
More StaticEncounterEditor7 additions
2017-12-22 11:30:07 -05:00
Kurt
2e0eafadaa
simplify aura rand
2017-12-21 23:00:45 -08:00
Kurt
b16d77dd83
Merge pull request #264 from sora10pls/master
...
Add aura randomization
2017-12-21 22:49:04 -08:00
sora10pls
1a7b07fa1b
Add aura randomization
2017-12-21 23:09:32 -05:00
Kurt
02d137de89
Fix randsettings load
...
closes #263
2017-12-20 11:53:27 -08:00
Kurt
b43c08ca65
Add randsettings groupbox
...
#263
2017-12-20 11:48:42 -08:00
Kurt
2ebfc53ad4
Add RNG reseeding
...
pick seed, randomize rom, share seed & settings (after form closes) to
be able to replicate final ROM state from another session/PC.
#129
2017-12-20 01:34:58 -08:00
Kurt
b9e0bf355b
Add rand settings persistence
...
Closes #129
2017-12-20 01:28:02 -08:00
Kurt
bf94aef729
sync missing changes
...
oops
2017-12-20 00:16:41 -08:00
Kurt
b467a0e8e3
add randsettings utility
...
for saving settings across sessions
2017-12-20 00:07:51 -08: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
2feada1e9f
Merge pull request #261 from sora10pls/master
...
Update gen6 static/gift editors
2017-12-19 21:56:22 -08:00
sora10pls
67f67ac6e9
Add static7 level boost button
2017-12-19 22:09:13 -05:00
sora10pls
99b51f84d0
Update gen6 static/gift editors
2017-12-19 20:56:50 -05:00
Kurt
a6a7546104
Merge pull request #259 from sora10pls/master
...
Expose more gen7 gift/trade features
2017-12-18 20:43:57 -08:00