Commit Graph

56 Commits

Author SHA1 Message Date
Kurt
c554e4a984 Add forcedoubles setting 2018-11-23 22:19:38 -08:00
Kurt
15974cd8d8 Make trainer rand work
tfw no fairy moves -> causing STAB fetch loop to hang for Clefairy, lul
2018-11-23 22:08:41 -08:00
Kurt
5779523782 Add trainerrand default settings 2018-11-23 21:25:06 -08:00
Kurt
1921317495 Add randsettings for trainer editor
testing next
2018-11-23 21:20:46 -08:00
Kurt
7582c5d307 Add trainer randomizer beginnings 2018-11-23 20:39:46 -08:00
Kurt
d89d2f8cd5 Fix arg visibility toggling 2018-11-23 20:15:18 -08:00
Kurt
47349160b2 Use learnset moves for get buttons 2018-11-23 16:24:25 -08:00
Kurt
1ea020d6c2 Make learnset randomizer work
banned moves auto-generated ;)
2018-11-23 16:20:11 -08:00
Kurt
ed97cb22ef Make learnset randomizer work
still need to do bannedmoves stuff for gg
2018-11-23 16:09:32 -08:00
Kurt
39e078d595 Add learn randomizer
untested, committing what I have for now
- metronome mode
- expand only (set all new to pound)
2018-11-23 16:00:27 -08:00
Kurt
d26bcfc12e Add evolution randomizer 2018-11-23 14:23:29 -08:00
Kurt
7838e77be9 Hook up personal randomizer 2018-11-23 14:00:36 -08:00
Kurt
27f15dc9d7 Add wild editor (json in/out) 2018-11-22 20:18:20 -08:00
Kurt
37286326f1 Add personal info table dump
Make generic type editor dump out the derived class in the event the
array type is a base class
2018-11-21 10:13:23 -08:00
Kurt
09a4385842 Add simple editor for item/move
Allows dumping of data to tab separated string for pasting in
excel/openoffice calc.
2018-11-20 22:55:35 -08:00
Kurt
1b5a69efe3 Ignore case on romfs/exefs path names 2018-11-20 20:44:03 -08:00
Kurt
62a9404b65 Writeback
still no personal saving on close I think
2018-11-20 20:42:56 -08:00
Kurt
6a34a96af1 Misc fixes
Form opens, displays data
2018-11-20 18:25:20 -08:00
Kurt
9909da7dae Add poke data editor (personal, learn, evo)
WIP, haven't even bothered launching the form yet
2018-11-20 16:31:53 -08:00
Kurt
8341dd8f95 Misc updates
Add more enums, expand on information types
2018-11-20 16:31:05 -08:00
Kurt
0ed465913f Update cached data
allows to be reused & fed into editors, for live editing of persistent
game data
2018-11-20 16:30:16 -08:00
Kurt
9c0efb5a19 Add generic type cache container wrapper 2018-11-20 16:29:41 -08:00
Kurt
cc9963859b Reorder AVs 2018-11-19 20:03:44 -08:00
Kurt
d85f0f6878 fix av export
lul
2018-11-19 20:01:38 -08:00
Kurt
6457838bb4 Fix AV export
lol
2018-11-19 18:51:09 -08:00
Kurt
a9d1f2b466 Misc updates
Add BTTE saving button, swap UI positions to create space.
Fix GP filecount (lul matt, nice dump)
Add trainer names & AVs to export
2018-11-19 18:44:03 -08:00
Kurt
83a5b39008 Add post-victory gifts and AI bit enumeration 2018-11-19 17:43:14 -08:00
Kurt
52425fbed5 Update view for 7b stats 2018-11-18 21:02:54 -08:00
Kurt
b00e09844a Update trpoke7b
Fix Hidden Power calc
Override for beluga stat calc
Fix clone method to return new byte[] instead of current
2018-11-18 21:02:30 -08:00
Kurt
13383164fd Add AV display 2018-11-18 19:35:36 -08:00
Kurt
b28d81bd56 Add WIP trainer editor 2018-11-18 17:38:30 -08:00
Kurt
2d2ab21bf0 Misc fixes
Use personaltable logic from pkhex, fix some file loading
2018-11-18 17:38:30 -08:00
Kurt
d837ae1d3f Expand trainer data interactions 2018-11-18 17:38:29 -08:00
Kurt
862ca89bca Add image scaling 2018-11-18 17:38:29 -08:00
Kurt
cfe966eee1 Add textfile reference by string 2018-11-18 17:38:27 -08:00
Matt
3f1ed278bb Update GG encounters/species (#3) 2018-11-18 12:06:12 -08:00
Matt
ed79895d3b Fix Pikachu filecount (#2) 2018-11-18 09:42:32 -08:00
Kurt
b1271e6dfb Add more sprites (view/set/delete) 2018-11-17 20:34:41 -08:00
Kurt
400d6359ad Remove unnecessary stuff 2018-11-17 18:49:45 -08:00
Kurt
abc9341953 Add sprites from pkhex
separate project for easy reuse in other projects?
2018-11-17 18:48:50 -08:00
Kurt
0097df9a23 Add container writing on program close 2018-11-17 13:53:54 -08:00
Kurt
ba93188786 Don't initialize if already initialized 2018-11-17 12:31:18 -08:00
Kurt
6d5cfca1c4 Allow text edits / saving 2018-11-17 12:08:31 -08:00
Kurt
d780a03694 Update container modified & saving logic
On saveall only clear cache at end
allow cancellation of modifications -- clear cached modifications /
revert to backup
2018-11-17 11:42:39 -08:00
Kurt
c4b9b41f0d Add pikachu filecount
not ideal fetching 27k paths, but works fine for now
2018-11-17 10:51:35 -08:00
Kurt
aeece4d80a Add text editor
Browsing/exporting only for now
2018-11-17 09:18:01 -08:00
Kurt
6982d8c321 Cleanup 2018-11-17 09:17:36 -08:00
Kurt
4ba47bc212 Split up initialization per game
Probably a better way of doing this (with inheriting classes) but
whatever for now.
2018-11-17 09:17:25 -08:00
Kurt
7cfcfbbb1a Fix localized text fetch
enum order matters
2018-11-17 09:16:57 -08:00
Kurt
506484e804 Update folder container behavior
Folder must be initialized (with an optional filter) prior to having
files available.
gg text folders have .tbl and .dat; we only want the .dat
2018-11-17 09:16:40 -08:00