Commit Graph

881 Commits

Author SHA1 Message Date
Yako
47d4ead8bc minor adjustment to colored game cart icons 2025-08-04 20:59:33 +02:00
Yako
c4c088984e overhaul design of dppt encounter editor 2025-08-04 16:27:24 +02:00
KalaayPT
c0805619ea
Merge pull request #51 from Mixone-FinallyHere/parameterEnums
fix rom loading crash + textitem command
2025-08-03 18:52:25 +02:00
KalaayPT
6310dd3d1d fix rom load crash + fix textitem command 2025-08-02 14:39:35 +02:00
Yako
657dc7bfd5
Add changing hatch result to personal data editor (#50)
Read and write pms.narc (not a real narc) to change what pokemon you get from an egg.
2025-08-01 16:58:06 +02:00
Mixone-FinallyHere
2afdbc977f Fixed Encounters Editor 2025-07-31 11:05:48 +02:00
Miguel
a9a66053ec
Merge pull request #47 from Mixone-FinallyHere/parameterEnums
Added handling for more parameter enums: moves, items, pokemon
2025-07-30 08:06:58 +02:00
KalaayPT
42bd95b0f4 Merge branch 'parameterEnums' of github.com:Mixone-FinallyHere/DS-Pokemon-Rom-Editor into parameterEnums 2025-07-30 01:16:24 +02:00
KalaayPT
500288dd40 added handling for more parameter enums: moves, items, pokemon 2025-07-30 01:15:02 +02:00
Miguel
3b64c65653
Merge pull request #46 from Mixone-FinallyHere/dev-kuha
AutoUpdate system. Changed settings to json stored settings in AppDat…
2025-07-29 21:36:14 +02:00
corentinmace
72b22d1e2c AutoUpdate system. Changed settings to json stored settings in AppData folder. Changed Log & Crash Report paths to AppData folder 2025-07-29 21:14:17 +02:00
Yako
6eacf52185 move UniqueList.cs to Editors/Utils 2025-07-29 19:11:39 +02:00
Yako
00cedec270 slight refactor and insert moves instead of sorting 2025-07-29 18:05:28 +02:00
Miguel
a1ffc44078
Merge pull request #44 from Mixone-FinallyHere/spriteEditorFixes
Finalized setup of sprite editor in DSPRE formats
2025-07-29 11:24:58 +02:00
Mixone-FinallyHere
fe9d3c96f2 Add msgenc in prep for Message decomps 2025-07-29 11:24:17 +02:00
Mixone-FinallyHere
e103f19a38 Finalized setup of sprite editor in DSPRE formats 2025-07-29 11:23:52 +02:00
Miguel
943fd93d9e
Merge pull request #43 from Mixone-FinallyHere/trade-editor
Add Trade Editor
2025-07-28 14:40:51 +02:00
Yako
e6e79444cc rebase trade-editor onto main 2025-07-28 14:26:07 +02:00
Yako
18febc480a final touches for trade editor 2025-07-28 14:23:32 +02:00
Yako
0ef89149a7 add logic for adding / removing files and fix issues with plat USA using the wrong path to the narc 2025-07-28 14:23:32 +02:00
Yako
ee8e5c9db1 trade editor complete except for adding / removing trades 2025-07-28 14:23:32 +02:00
Yako
6d5673eb75 fix JP DP trade text bank and revert text editor changes 2025-07-28 14:23:32 +02:00
Yako
cb4814bcdf this should be fully functional now 2025-07-28 14:23:32 +02:00
Yako
52e6324071 create trade data 2025-07-28 14:23:32 +02:00
Yako
e22b81b973
Merge branch 'Mixone-FinallyHere:main' into main 2025-07-28 13:21:04 +02:00
Mixone-FinallyHere
85ca71d3ab Fix issue in text editor search box (double click) 2025-07-28 10:19:27 +02:00
Mixone-FinallyHere
5879c903a0 Fix multi battlePocket issue - ItemEditor finalized 2025-07-28 10:08:02 +02:00
Yako
2544d4402f this should be the exact same code that the game usus for level up moves so surely it's correct 2025-07-26 20:55:29 +02:00
Yako
97377cfd24 add logic for adding / removing files and fix issues with plat USA using the wrong path to the narc 2025-07-25 16:50:22 +02:00
Yako
2e530552f5 trade editor complete except for adding / removing trades 2025-07-24 22:40:28 +02:00
Yako
3370cfe659 fix JP DP trade text bank and revert text editor changes 2025-07-24 19:44:22 +02:00
Yako
2a11c38bc8 this should be fully functional now 2025-07-24 18:47:23 +02:00
Yako
d399e783a3 create trade data 2025-07-23 23:42:10 +02:00
Yako
f696ccdd01 handle duplicate moves in level up learnsets and warn users when giving mons duplicate moves 2025-07-22 19:50:51 +02:00
Yako
04c62c7be7 readd the icon for the "Open DC Calculator" button that seems to have vanished
(I touched the designer, may the winforms gods have mercy)
2025-07-22 16:34:22 +02:00
Yako
910306691d change how abilites and genders are calculated for DocTool 2025-07-22 15:50:52 +02:00
Corentin MACÉ (Kuha)
4405699134
Merge pull request #39 from Mixone-FinallyHere/dev-kuha
Renamed log buffer variable
2025-07-16 16:10:25 +02:00
corentinmace
ff53201bd4 Renamed log buffer variable 2025-07-16 16:09:25 +02:00
Corentin MACÉ (Kuha)
6c523678ac
Merge pull request #38 from Mixone-FinallyHere/dev-kuha
Fixed windows defender flagging
2025-07-16 16:00:53 +02:00
corentinmace
1de99d2104 Fixed windows defender flagging 2025-07-16 15:59:34 +02:00
Miguel
6de292e2de
Merge pull request #37 from Mixone-FinallyHere/dev-kuha
optimized crash report & remove calls to windows report handler
2025-07-16 13:05:13 +02:00
corentinmace
b94448f57b optimized crash report & remove calls to windows report handler 2025-07-16 13:04:03 +02:00
Miguel
4520179760
Merge pull request #36 from Mixone-FinallyHere/dev-kuha
Crash Reporter & Logger
2025-07-15 21:02:21 +02:00
corentinmace
bd5c404f45 Enhanced crash reporter 2025-07-15 08:55:13 +02:00
corentinmace
b88596da26 Crash Reporter & Logger classes 2025-07-15 08:20:19 +02:00
Yako
b1d15db741 fix description of miracle eye effect 2025-07-11 15:51:19 +02:00
Corentin MACÉ
2335d6b65a NSBTX Editor Externalized 2025-07-10 21:36:36 +02:00
Corentin MACÉ
ec529dae7e Externalized Trainer Editor 2025-07-10 13:06:47 +02:00
Corentin MACÉ
0f9a36fd8d Table Editor externalized, docked user components 2025-07-09 21:56:39 +02:00
Corentin MACÉ
3bac938933 Made locationNameComboBox public to access it from _parent instead of passing it in params 2025-07-09 20:50:13 +02:00