Commit Graph

50 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
df2831e83c Some fixes and code readability improvements
- changed some var names to more intuitive ones
- fixed worldmap coordinates not updating
2021-02-09 04:50:22 +01:00
AdAstra-LD
6cdfea8abc fixed bugs with bgs importer
also minor ui changes [command database window]
2021-02-08 12:03:20 +01:00
AdAstra-LD
b3c934a99d More DPPt command names 2021-02-08 15:06:48 +01:00
AdAstra-LD
17707fcd68 Fixed command entries [ID typos] and section marker detection (----- @Script_# -----)
commands are now case insensitive
2021-02-08 14:32:15 +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
71a52affe4 Minor update
Fixed minor bug with OW IDs [event editor]
added two more movements to dictionary
improved accuracy of error detection [script editor]
2021-02-07 05:05:31 +01:00
AdAstra-LD
e997891285 missed two commas wtf 2021-02-06 23:26:05 +01:00
AdAstra-LD
8fdcdcdcb3 Added over 50 dppt command names 2021-02-06 23:19:24 +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
a81295b1dd More HGSS commands and fixes 2021-02-05 19:06:02 +01:00
AdAstra-LD
da4d8a5d92 Fixed script editor expanding functions even when there's no need to
(UseScript_#X)
2021-02-05 16:55:29 +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
6cf2b5b8ab
Merge pull request #2 from ShadyRelapse-PP/main
Updated PokeDatabase.cs (Collision Types)
2021-02-05 04:07:25 +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
462d668f6b Fixed more DP commands 2021-02-04 19:38:40 +01:00
ShadyRelapse-PP
d7d3f0ca36
Update PokeDatabase.cs
Added all the missing used map collision types.
2021-02-04 18:24:02 +00:00
AdAstra-LD
48ce162e04 Update PokeDatabase.cs 2021-02-04 17:52:36 +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
5a43e0aa6c Fixed lots of platinum commands 2021-02-03 05:30:12 +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
94a2d80e56 Misc fixes (platinum still needs some work) 2021-02-02 17:03:30 +01:00
AdAstra-LD
6de79ecbf1 1.0.8 is almost ready
- Minor refactor
- Fixed small problem with HGSS worldmap header field
- Improved advanced header search
- Fixed script editor randomly deleting lines in some cases
- Fixed database entry for Pokemon names text archive
- Reorganized ROMToolBox patch data
- Improved level script detection (thanks to Mikelan)
2021-02-01 01:18:14 +01:00
AdAstra-LD
d16748466d More fixes
Fixed map editor building decimals [position]
Simplified line numbers function
2021-01-31 17:34:27 +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
3c723bec90 Fixed Script parser, fixed HGSS parameter resx (thanks to Mikelan) 2021-01-29 13:57:21 +01:00
AdAstra-LD
6e352ac1de Added search icon 2021-01-29 00:32:57 +01:00
AdAstra-LD
801d5e4070 Minor fixes bld editor and keepoverworld cmd 2021-01-26 17:49:42 +01:00
AdAstra-LD
a7d3ac4954 Improved ROMToolbox menu 2021-01-25 18:08:28 +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
cfcf77fbc4 Fixed ARM9 Expansion patch and readfromarm9 function 2021-01-24 06:33:26 +01:00
AdAstra-LD
cc325e91f7 Minor fixes to script editor 2021-01-24 02:55:13 +01:00
AdAstra-LD
c4df670c9d Removed useless code from PokeDatabase 2021-01-24 00:13:19 +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
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
2aab73f6a9 Language & version refactor 2021-01-17 18:39:26 +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
7036abd66d Fixed Jump Movement names 2021-01-08 14:04:58 +01:00
AdAstra-LD
6cb837bdbe Documented more script commands, added script cmd search 2021-01-06 03:37:45 +01:00
AdAstra-LD
12f693b5d1 Changed App Name to DSPRE 2021-01-02 01:58:44 +01:00
AdAstra-LD
cb0f258894 Optimized unused imports, fixed Movement "See" names 2021-01-01 23:45:52 +01:00
AdAstra-LD
1e20fed557 Code refactoring, script editor and line number fixes 2021-01-01 20:57:43 +01:00
AdAstra-LD
403feaadc0 Minor fixes
Fixed one-line conditionals, fixed some script command names, enabled some of the quick script cmd buttons
2021-01-01 05:17:43 +01:00
PC
aad2c74580 First commit 2020-10-06 22:57:27 +02:00