Commit Graph

234 Commits

Author SHA1 Message Date
AdAstra-LD
eac27c41ff Fixed WildEditor showing success messages for every file upon repairing 2021-03-22 20:01:54 +01:00
AdAstra-LD
b39b350dd1 Continued code cleanup
- Created RomFile base class to be extended by classes such as TextArchive, EventFile, Matrix etc.
- Added wrench button to WildEditor, to fix broken encounter files [whenever possible]
2021-03-22 19:46:47 +01:00
AdAstra-LD
856586f265 Improved error robustness of Wild Editor
- Also fixed a problem with relative paths [DSUtils and MainWindow]
2021-03-22 16:59:42 +01:00
AdAstra-LD
fc27269199 Condensed HG/SS and D/P version check [RomInfo.cs] 2021-03-20 20:42:21 +01:00
AdAstra-LD
2e23be5e13 Condensed HG/SS and D/P version check
Consequently fixing some ToolBox patches not working for Pearl or SoulSilver
2021-03-20 19:27:00 +01:00
AdAstra-LD
9a52397bd0 Major code cleanup
- Version update 1.2
- Added magic number check to Narc loader
- Removed redundant Narc loading functions in DSUtils
- Narcs to load are now explicitly listed
2021-03-20 18:37:36 +01:00
AdAstra-LD
6602f3df04 Minor refactor and first camera editor code 2021-03-20 02:38:44 +01:00
AdAstra-LD
04bebb0b13 Script editor improvements
- Better error management in Script Editor [also thanks to nullable types]
- Fixed duplicate cmd names in PokeDatabase
- Added new custom cmds to database
2021-03-19 04:55:20 +01:00
AdAstra-LD
e53df94382 Sentencecase patch is now based on a Pokename dictionary 2021-03-17 00:51:07 +01:00
AdAstra-LD
39110c5351 Update PokeDatabase.cs 2021-03-16 23:44:25 +01:00
AdAstra-LD
8556b9fd2d Bunch of little improvements
- Fixed NSBMD name problem [Building Editor] The import button now updates the name in real time
- So does the buildings list box [Map editor]
- Updated command database reader
- Improved script reader (commands with relative jumps)
- Added CMDTable repoint patch (not revised yet)
2021-03-16 23:43:36 +01:00
AdAstra-LD
48dac1de88 Fixed a problem with Movement End command 2021-03-04 23:02:32 +01:00
AdAstra-LD
037a09b01e fixed NSBTX editor export name suggestion 2021-03-04 20:36:32 +01:00
AdAstra-LD
86b9dbebb1 Fixed out of range exception [building selector]
also removed useless code
2021-03-04 19:43:46 +01:00
AdAstra-LD
3ab84d654a Added matrix expansion patch to RomToolbox
+ minor refactor
2021-03-04 18:03:05 +01:00
AdAstra-LD
cc03113ac6 Fixed BDHCAM routines file names 2021-03-02 17:33:25 +01:00
AdAstra-LD
e109812690 Converted ARM9exp and BDHCAM patch DBs to Dictionaries 2021-03-02 17:23:07 +01:00
AdAstra-LD
49951f0bf8 Removed packages config 2021-03-02 13:52:30 +01:00
AdAstra-LD
dede3d96fd Added HGSS menu buttons script macros 2021-03-02 13:26:06 +01:00
AdAstra-LD
fa4ee4b8b7 Version update 1.1.5
- big trigger events can now be selected by right-clicking any tile in the range
- added a close confirmation dialog
- added a new error dialog (Tools folder broken or missing)
- fixed Worldmap coords and Flags not copypasting properly
- fixed a small bug with the building selector
- fixed filesize labels not updating [map editor]
2021-03-02 12:45:10 +01:00
AdAstra-LD
e0dfbc4301 Removed accented letters from variable names
also removed RomInfo object reference from CameraView.cs
2021-03-02 12:40:23 +01:00
AdAstra-LD
4f77a075c2 Updated a bunch of script commands and params 2021-03-02 12:34:21 +01:00
AdAstra-LD
db7220f711 Fixed capitalization issues for Pokemon names longer than 1 word 2021-03-02 12:33:43 +01:00
AdAstra-LD
4ce3a2ebe9 Moved DLLs to a new folder 2021-03-02 12:32:43 +01:00
AdAstra-LD
a113ef6058 Added warning to item patch
also fixed a couple HGSS commands
+ minor refactor
2021-02-16 21:21:38 +01:00
AdAstra-LD
ffcc59ff61 Improved Standardize Items Patch
now every item is available and can be found on the ground
2021-02-16 19:00:25 +01:00
AdAstra-LD
b7182dbc0a Update Main Window.cs
minor fixes
2021-02-16 17:42:41 +01:00
AdAstra-LD
d3c32f80af Fixed a small problem with the item checkbox 2021-02-15 18:55:38 +01:00
AdAstra-LD
66adcc913a Fixed more Plat commands 2021-02-15 16:52:44 +01:00
AdAstra-LD
66a940cb07 Updated lots of command names
also removed wrong SDSME ones
2021-02-14 20:35:56 +01:00
AdAstra-LD
88d9318f0e version update + fixed ow table offsets [dppt] 2021-02-14 11:31:20 +01:00
AdAstra-LD
e2ce361d5a Fixed a big problem with SCR commands
and fixed a couple more cmds
2021-02-14 03:51:57 +01:00
AdAstra-LD
fbda185fc9 Fixed header search [internal names edit bug] 2021-02-13 20:20:22 +01:00
AdAstra-LD
5661b3c6c4 Minor event editor fixes 2021-02-13 18:21:23 +01:00
AdAstra-LD
92235d5992 Version update + organized forms 2021-02-13 17:26:58 +01:00
AdAstra-LD
696df50e93 ReAdded support for Chinese ROMs text""
This reverts commit 447ae311ab.
2021-02-13 17:12:19 +01:00
AdAstra-LD
447ae311ab Revert "- - - Added support for Chinese ROMs text"
This reverts commit b424b5a454.
2021-02-13 15:58:25 +01:00
AdAstra-LD
6e28c657e0 new PT weathers
Thanks to Lithobreaker
2021-02-13 01:38:49 +01:00
AdAstra-LD
1d4051a7d6 version update 2021-02-13 01:05:40 +01:00
AdAstra-LD
74a624fd6d Fixed event editor overwrite bug
- also Removed unused SPK
- fixed some movement names (not sure whether there are version differences or not)
- added a few DPPt commands and fixed some params
2021-02-13 00:59:48 +01:00
AdAstra-LD
c96abaf484 Fixed spawn editor
now with a smarter detection algorithm
- also fixed line number hex/dec problem [text editor]
2021-02-12 17:15:27 +01:00
AdAstra-LD
743d57c7ea Fixed comparison operators name 2021-02-12 04:55:12 +01:00
AdAstra-LD
05a5df344a Last-minute script editor fix 2021-02-12 04:48:28 +01:00
AdAstra-LD
bb8cf2187f Fixed text spacing [bgs size] 2021-02-12 03:51:13 +01:00
AdAstra-LD
b7a34366a1 Improved text spacing [save button] 2021-02-12 03:48:47 +01:00
AdAstra-LD
794f16ec20 More new features [1.1.4]
- Fixed overlay compression check
- Fixed issues with CommandContainers manualUserID
- Add support for player initial money to Spawn Settings Editor
- Fixed minor issues with ROMtoolbox + Code cleanup
- Fixed minor issues with Advanced Header Search ("Greater than"  operand)

- Edited Readme + new pics (version update)
2021-02-12 03:45:58 +01:00
AdAstra-LD
9a74ed947e Fixed PT Weathers 2021-02-11 23:05:49 +01:00
AdAstra-LD
018f891289 Fixed a problem with 3D overworlds [event editor] 2021-02-11 22:27:41 +01:00
AdAstra-LD
ecac235908 New features [1.1.4]
- version update 1.1.4
- removed useless LoadMapFile, created new constructor
- fixed matrix editor junk input detector
- added Spawn Point Editor (matrix editor button and toolbar)
- minor fixes to the MapHeader class
- converted try-catch statements for Dictionaries to If-TryGetValue
2021-02-11 19:12:27 +01:00
AdAstra-LD
b424b5a454 - - - Added support for Chinese ROMs text
thanks to "Diaowinner" for providing the text table and to "Francesco" for converting it to a C# Dictionary
2021-02-11 00:26:42 +01:00