Commit Graph

807 Commits

Author SHA1 Message Date
Mixone-FinallyHere
9ad02390a9 Merge branch 'main' of github.com:Mixone-FinallyHere/DS-Pokemon-Rom-Editor 2025-06-16 09:31:58 +02:00
Mixone-FinallyHere
3bc9bcb790 Put price in its own groupbox 2025-06-15 18:33:07 +02:00
Yako
bb15c1123f also add a check when opening unpacked folders 2025-06-15 14:06:21 +02:00
Yako
c849afb2cc validate rom path and account for wsl 2025-06-15 13:30:33 +02:00
Yako
cdd2493e49 Merge branch 'main' of https://github.com/YakosWG/DS-Pokemon-Rom-Editor 2025-06-14 11:39:56 +02:00
Yako
bb40b3a629 Show IVs too
Update DVCalc version number
2025-06-14 11:39:37 +02:00
Yako
2ac8636beb
Merge branch 'Mixone-FinallyHere:main' into main 2025-06-13 17:04:03 +02:00
Yako
a000fe6ed0 completely overhaul DVCalc (hopefully for good) 2025-06-13 17:02:24 +02:00
Yako
01c123c673 new DVCalc should now be functional 2025-06-12 17:58:00 +02:00
Mixone-FinallyHere
e734ddfc60 F yeah 2025-06-12 17:16:37 +02:00
Mixone-FinallyHere
459e761be1 IKtem Editor skeleton 2025-06-12 11:36:38 +02:00
Yako
8cbb6dd8b7 Merge branch 'main' of https://github.com/YakosWG/DS-Pokemon-Rom-Editor 2025-06-11 22:30:38 +02:00
Yako
db87d806ac Merge branch 'main' of https://github.com/YakosWG/DS-Pokemon-Rom-Editor 2025-06-11 22:28:24 +02:00
Yako
ace2ab9e27 completely rework DVCalc (I am dead inside) 2025-06-11 22:28:06 +02:00
Mixone-FinallyHere
fffa305a9c Added save functionality, palettes still broken 2025-06-11 12:30:13 +02:00
Mixone-FinallyHere
48ba739915 Moved ugly label to a tooltip 2025-06-11 12:29:59 +02:00
Mixone-FinallyHere
f7657eae38 1.13.1 release 2025-06-11 12:05:00 +02:00
Yako
d5e51811ca
Merge branch 'Mixone-FinallyHere:main' into main 2025-06-11 11:02:21 +02:00
Yako
55247925ad fix reading ARM9 too early when trying to detect trainer function backport 2025-06-11 10:58:08 +02:00
Miguel
57aee8fb76
Level Script buttons and tool tips (#20) 2025-06-11 10:31:06 +02:00
Yako
81baabfef2 Update DocTool to account for dynamic type names and add trainer items (not held items) to export 2025-06-10 14:44:54 +02:00
Mixone-FinallyHere
eed11278f8 Disabled sprite editor until functional 2025-06-10 12:52:29 +02:00
Yako
109503d107
Merge pull request #19 from YakosWG/chvlkie-fly-editor
Add Chvlkie's fly editor
2025-06-10 12:44:21 +02:00
Mixone-FinallyHere
9869c372ac Improved the logic for LevelScript Editor 2025-06-10 10:16:42 +02:00
Mixone-FinallyHere
1dd28e90c5 Restructured script stuff so it can be released for 1.13 2025-06-09 15:28:18 +02:00
Corentin MACÉ
fabf28c21e Fixed save button, set spawn button in matrix Editor
Fixed 3D/2D/Wireframe buttons in map editor
2025-06-09 11:41:45 +02:00
Yako
95bf5e6a43 Read type names from text bank to allow for expanded types 2025-06-03 18:37:10 +02:00
Yako
94909b424b Read trainer gender table from arm9
DP not yet implemented
2025-06-03 18:06:39 +02:00
Yako
6e82707945 desperate attempt to fix the save matrix button 2025-05-22 14:08:50 +02:00
Yako
592572044a - somehow the matrix editor was really messed up?
- not sure since which commit this is the case
2025-05-10 22:21:35 +02:00
Yako
a71e963258 enable export/replace trainer party buttons 2025-05-09 10:25:17 +02:00
Yako
1862a5c95a print tm compatability in a more verbose manner for easier formatting 2025-05-01 20:44:50 +02:00
Yako
a90ad0fedc Split TMHM into it's own file and seperate by comma consistenly 2025-05-01 16:03:12 +02:00
Yako
552236745a always print TMs/HMs with 2 2025-05-01 14:46:58 +02:00
Yako
45004eeb83 Seperate TMs using "|" character 2025-04-30 17:56:20 +02:00
Yako
272ad1037a remove unused function leftover 2025-04-30 17:31:29 +02:00
Yako
5f2abd3338 Add trainerProperties to unpack narc list 2025-04-30 17:27:28 +02:00
Yako
504ce436ad Add forgotten comma 2025-04-30 16:03:41 +02:00
Yako
9f03d87900 DocTool: Add TMs/HMs to learnset.csv 2025-04-30 15:52:33 +02:00
Yako
a0b21b77d6 Fix a trainer ability flag issue
code comments should explain why
2025-04-17 22:18:26 +02:00
Yako
1338ff55b5 - Implement HGSS trainer functions backport by Lhea
- Only detects if the edit has been applied to a Platinum USA ROM, other languages are not supported
2025-03-21 19:48:21 +01:00
Yako
a95db4226f - Update comments so I don't forget 2025-03-21 17:11:13 +01:00
Yako
12d157e068 - Add Nature to TrainerDoc
- Automatically check the ismale checkbox in DVCalc
- Potential ToDo: Read Trainer Class genders from ROM
2025-03-21 16:57:08 +01:00
Yako
f886001fff merge? 2025-03-20 22:49:39 +01:00
Yako
c6f1c492bc Add DocTool
Minor Fixes to PokemonEditor
2025-03-20 22:18:17 +01:00
Mixone-FinallyHere
37412f4946 Fixed all issues from merges 2025-03-11 09:41:49 +01:00
Mixone-FinallyHere
283f6214e0 merge scriptfile 2025-03-11 09:10:56 +01:00
Mixone-FinallyHere
63a01dc078 merge 2025-03-11 09:08:52 +01:00
Mixone-FinallyHere
423dfdff6c merge 2025-03-11 09:02:35 +01:00
AdAstra-LD
669e6bb3c5 Learnset Editor can handle extra entries 2025-03-11 01:33:31 +01:00