Commit Graph

41 Commits

Author SHA1 Message Date
AdAstra-LD
f679b9deaa Complete rewrite of Overworld Sprite finder
Also minor refactor
2021-02-09 19:33:45 +01:00
AdAstra-LD
34c27dd200 Added Mikelan's custom scrcmd patch [needs testing and a bit more work] 2021-02-07 16:59:51 +01:00
AdAstra-LD
832da0f49f Major script editor update + other stuff
- Separated Script Commands and Scipt Actions (new class)
- minor code refactor
- fixed menu buttons
- proceeded with script editor rewrite
- script editor identifies errors and reports them
- fixed minor issue with decimals ( buildings updown value box )
2021-02-06 21:17:34 +01:00
AdAstra-LD
24e772648b Added script DB icon 2021-02-05 05:03:38 +01:00
AdAstra-LD
2fba5d6d8b Reorganized files 2021-02-05 04:24:40 +01:00
AdAstra-LD
238319b4d5 Tons of new stuff
+ New CommandDatabase Window
+ Many DPPt commands now have a name
+ Fixed script export button
+ Map Editor comboboxes are now read-only
+ Improved search in scripts and search in texts code
2021-02-05 04:04:32 +01:00
AdAstra-LD
e52712bfab Finished conversion of script editor + bugfixing
+ Minor refactor
+ Export MAP BIN button
+ Fixed type painters resetting after changing map
+ Added more type painter colors
+ Fixed type painters font size
+ Fixed type painter value [updown] limit
+ Moved ScriptCommand and Script to a separate file

+ Fixed Encounter Editor unpacking HG encounters for SS roms
2021-02-04 17:45:59 +01:00
AdAstra-LD
8d887ef83b Also converted TXT resx databases to Dictionaries
[write dict is not being used yet]
2021-02-04 04:22:33 +01:00
AdAstra-LD
8269f6627f Converted script resx databases to Dictionaries
Performance has improved drastically

also more fixes to DPPT Commands and scriptfile class
2021-02-04 03:50:59 +01:00
AdAstra-LD
3104d00141 Minor platinum cmd fixes 2021-02-03 19:13:32 +01:00
AdAstra-LD
fd270f90f8 Fixed some bugs with the advanced search and script editor (Pt)
also added some new commands/fixed names
2021-02-03 03:30:32 +01:00
AdAstra-LD
9bc2f37b1e Finished ROMToolBox [except sentence case patch]
also added some new icons and improved advanced header search
2021-02-01 03:54:37 +01:00
AdAstra-LD
8306c82657 Foundations of header advanced search 2021-01-31 03:46:37 +01:00
AdAstra-LD
c503ec3bb6 Revert "Fixed problems with DataGridView DoubleBuffered property using reflection"
This reverts commit bfdfe89279.
2021-01-31 02:18:51 +01:00
AdAstra-LD
bfdfe89279 Fixed problems with DataGridView DoubleBuffered property using reflection 2021-01-31 02:12:34 +01:00
AdAstra-LD
99c0aed076 Bunch of fixes and new features
new Duplicate buttons [event editor]
new BGS import/export tab [map editor]
new size labels [map editor]
added icons to many buttons that had none
2021-01-30 21:23:32 +01:00
AdAstra-LD
6e352ac1de Added search icon 2021-01-29 00:32:57 +01:00
AdAstra-LD
0a3a8ee237 Added new patches to the ROMToolbox + fixes
- added BDHCAM patcher
- added "set Overlay1 uncompressed" patch
2021-01-25 04:14:27 +01:00
AdAstra-LD
3617ab98f3 The script editor seems to work now 2021-01-24 00:06:39 +01:00
AdAstra-LD
ae88c4bc11 New colortable import and reset options 2021-01-22 16:22:11 +01:00
AdAstra-LD
6799098794 Showing building names in listbox 2021-01-21 22:32:18 +01:00
AdAstra-LD
ddd64187c3 Import and Export Header buttons
also Moved more DB code to PokeDatabase and improved some methods
2021-01-21 15:14:09 +01:00
AdAstra-LD
4addbe5d0c Added more HGSS weather effects, redone weather preview pics 2021-01-19 13:40:47 +01:00
AdAstra-LD
1c18109fdc Moved misc data to one PokeDatabase class 2021-01-18 22:02:19 +01:00
AdAstra-LD
ca84be557d 1.0.7 - CopyPaste buttons, Fixed critical issues with arm9, fixed flags to binary algorithm 2021-01-18 13:40:03 +01:00
AdAstra-LD
2ce1677eab 1.0.6d - HGSS camera and editable internals
- Separated camera byte into angle and area properties [HGSS]
- Editable internal names
- New camera preview pictures for HGSS
2021-01-17 23:42:38 +01:00
AdAstra-LD
110cab5ed2 Created DSUtils class 2021-01-17 19:44:39 +01:00
AdAstra-LD
0608f7d527 1.0.6c - Bugfixing and support for new encounter files
- Encounter editor now allows adding and removing encounter files
- Fixed Building Editor and Wild Encounter editor (top bar) not loading NARC
- Fixed Matrix editor "add" and "remove" buttons GUI numbering mismatch
- the "Open Wild Pokémon" button in Header Editor is disabled when a NULL encounter file is detected
2021-01-16 20:25:28 +01:00
AdAstra-LD
4512bf3ffc Surfing icon for wild editor 2021-01-15 22:08:43 +01:00
AdAstra-LD
cad04e77a9 Bugfixes and performance optimization
Added "unpack all NARCs" button
Fully switched to selective loading
Fixed matrix editor exceptions appearing when leaving a cell blank
2021-01-15 20:37:40 +01:00
AdAstra-LD
689721d30c Version update 2021-01-15 06:58:54 +01:00
AdAstra-LD
d6a9da1d3f Events + mouse support
Added mouse support for event placing
fixed search location disabling header list
fixed arm9 decompression failure detect algorithm
2021-01-15 06:53:56 +01:00
AdAstra-LD
dd73a861de Misc optimizations and fixes
- minor refactor
- optimized script buttons dialog
- removed unreachable codes [break after return in switch statements]
- added selective header loading
- moved narclist to romInfo class
- more fixes to the romInfo class [get/set]
- added new event editor icons for warps, triggers and spawnables
- wild poke editor now detects selected header
2021-01-15 03:35:41 +01:00
AdAstra-LD
b670f09626 Misc fixes
- Minor GUI fixes
- Fixed OW search algorithm and overlay backup system
- added proper getters and setters to ROMinfo
- fixed some method names
2021-01-14 04:06:49 +01:00
AdAstra-LD
1917f6ea32 Misc bugfixing and code restyling
Fixed more errors and exceptions,
moved ARM9 expansion code to a resx resource,
improved ui design of event editor
2021-01-12 05:22:28 +01:00
AdAstra-LD
fa2a015170 Added support for Expanded ARM9 memory, new search location feature
- Fixed Text message search being case sensitive no matter what
- Added new ROM Toolbox icon
- Added ARM9 memory expander to the Toolbox
- Added placeholder BDHCAM button to toolbox
- Added placeholder "Pokemon names case converter" button to toolbox
- New search location feature
- Fixed Encounters editor not opening
2021-01-10 03:58:27 +01:00
AdAstra-LD
12f693b5d1 Changed App Name to DSPRE 2021-01-02 01:58:44 +01:00
AdAstra-LD
4fc84c2635 Made BDHCAM available for Platinum too 2021-01-02 00:48:46 +01:00
AdAstra-LD
86be1d1b16 Added project Icon 2020-12-30 17:48:31 +01:00
Mixone-FinallyHere
22ad331f76 # Various changes
1. Repairs to Script saving.
2. Addition of line numbering.
3. Building blocks for camera preview.
2020-12-07 18:01:23 +01:00
PC
aad2c74580 First commit 2020-10-06 22:57:27 +02:00