Commit Graph

58 Commits

Author SHA1 Message Date
Mixone-FinallyHere
1cf7407516 Was missing a bunch of stuff
Co-authored-by: Kuha <corentinmace@users.noreply.github.com>
2024-10-31 21:20:53 +01:00
Miguel Terol Espino
96ccd411d2 Fixes MoveEditor for DP. Adds correct version 2024-07-30 12:35:33 +02:00
Miguel Terol Espino
8c45dbdde4 Version Change 2024-05-16 22:26:56 +02:00
Miguel Terol Espino
4ce324d822 Initiate Moves. Fix DPPt bug for ENcounters tab. 2024-05-04 20:50:29 +02:00
Miguel Terol Espino
96fc7f334d Fix dor internal names 2024-03-28 09:09:07 +01:00
Miguel Terol Espino
e8a537cb64 Incorporated Safari and Headbutt editors
Co-authored-by: Cuddlyogre <cuddlyogre@users.noreply.github.com>
2024-03-03 18:32:30 +01:00
Miguel Terol Espino
b6789bb3ad Merged mon editors into one. Needs testing 2024-03-02 11:12:45 +01:00
AdAstra-LD
b1831127a9 Version update 2023-12-13 03:59:37 +01:00
AdAstra-LD
e0d35918b9 Version update 2023-12-11 01:49:35 +01:00
AdAstra-LD
8ed3b2b3a1 Version Update 2023-09-29 03:12:53 +02:00
AdAstra-LD
ba6b9615ce Version update 2023-09-23 19:50:01 +02:00
AdAstra-LD
1307884f8f Version update 2023-05-21 02:54:13 +02:00
AdAstra-LD
81324d946d Version update 2023-05-13 17:07:23 +02:00
AdAstra-LD
372f57ff79 Version update + bugfixes
+ ARM9 Reader and Writer now rely on EasyReader and EasyWriter
+ ARM9 EditSize function is now an EasyWriter method
+ ARM9 EditSize now calls EasyWriter's EditSize

+ Added StringToInternalName translation method
+ Fixed a bug with the Dynamic Header patch (header remover method did not delete last internal name from mapname.bin, resulting in wrong numbering)
+ Maximum value of Areadata and Matrix selectors in the Event Editor is determined based on the actual number of available areadata and matrix files
+ Maximum value of Areadata and Matrix selectors in the Event Editor updates whenever a new Areadata or Matrix is added or removed
+ Fixed delete matrix confirmation message prompt
+ Minor update of header search algorithm for areadata matching
2022-08-29 22:05:44 +02:00
AdAstra-LD
0bc9ee5851 Version + pics update 2022-07-18 00:33:11 +02:00
AdAstra-LD
b108304122 Version update + DAE support 2022-06-16 17:11:24 +02:00
AdAstra-LD
87ebcce907 Version update + fixed Warp autoreset bug & Event view centering 2022-03-20 20:05:16 +01:00
AdAstra-LD
0d026028f0 Version update + added locate-file buttons 2022-03-19 00:44:04 +01:00
AdAstra-LD
a46d25e74b Fixed exception when double-clicking any cell of a non-0 matrix 2022-01-13 02:18:40 +01:00
AdAstra-LD
4efc0bcb09 Added more icons to ToolStrip menu 2022-01-06 18:54:06 +01:00
AdAstra-LD
916e6106be Version update + improved party data read 2021-11-10 01:35:21 +01:00
AdAstra-LD
0566d55935 Version Update + Script Number format
[+] Fixed mess with system icons
2021-11-07 01:44:41 +01:00
AdAstra-LD
02866093ae Fixed Eye Contact Music Alt field becoming randomly available for DPPt ROMs 2021-10-20 04:30:57 +02:00
AdAstra-LD
ee24bb5af1 Version update 2021-10-03 18:46:34 +02:00
AdAstra-LD
8f39e4349d Version update 2021-09-13 06:14:05 +02:00
AdAstra-LD
bb2ba72d42 Version Update 2021-08-14 04:55:47 +02:00
AdAstra-LD
b2d7d41fe5 NARC Optimization and Trainer Editor update
- Multithreaded NARC unpack
- Minor Trainer editor fixes
- Added icon to trainer editor tab
- 1.3 version update
2021-07-21 01:39:06 +02:00
AdAstra-LD
674bda19f0 Removed script buttons and added navigator
- also removed script graphics
- also fixed money/spawn overlay compression
2021-05-02 04:13:46 +02: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
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
88d9318f0e version update + fixed ow table offsets [dppt] 2021-02-14 11:31:20 +01:00
AdAstra-LD
92235d5992 Version update + organized forms 2021-02-13 17:26:58 +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
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
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
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
7540fd02f3 version update 2021-02-03 05:32:54 +01:00
AdAstra-LD
d56b431eae more bug fixing 2021-02-01 23:12:30 +01:00
AdAstra-LD
49a0757fd3 1.0.8 2021-01-25 04:27:56 +01:00
AdAstra-LD
e16b5ed5ef 1.0.7b 2021-01-24 06:42:35 +01:00
AdAstra-LD
6799098794 Showing building names in listbox 2021-01-21 22:32:18 +01:00
AdAstra-LD
0944506d67 Update AssemblyInfo.cs 2021-01-21 16:34:26 +01:00
AdAstra-LD
b19459ad3e 1.0.7a - bugfixes
Fixed a bug that applied changes to the wrong header after a location search
2021-01-19 15:04:02 +01:00
AdAstra-LD
23c1aa78c7 Fixed text search 2021-01-18 15:33:22 +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
56bbb2db33 Update AssemblyInfo.cs 2021-01-18 01:13: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
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
a5c551416b Version change 2021-01-16 17:20:50 +01:00
AdAstra-LD
4512bf3ffc Surfing icon for wild editor 2021-01-15 22:08:43 +01:00