DS-Pokemon-Rom-Editor/DS_Map/ROMFiles
Yako c74696a996
Full overhaul of text archive reading and writing adding in app plaintext parsing (#125)
* initial draft: string vars may not be correct yet, writing is untested

* add some more checks for last file write to make sure user changes aren't accidentally overwritten

* functional text parsing to and from plain text (yippee)

* remove now useless tools

* add open file button to text editor

* unsaved changes handling and fix bug where adding an archive would not create a bin file
2025-10-09 14:55:01 +02:00
..
AreaData.cs Renamed gFamEnum, gVerEnum, gLangEnum 2024-05-09 13:45:22 +02:00
EncounterFile.cs Encounter editor bug fix and enhancement (#105) 2025-09-04 10:18:42 +02:00
EventFile.cs Fixed spawnables write 2023-05-16 22:21:56 +02:00
EvolutionFile.cs Proper output of evolution data 2023-11-26 20:44:05 +01:00
GameMatrix.cs Improved management of file filters 2022-06-16 17:11:25 +02:00
HeadbuttEncounter.cs Minor improvements of Headbutt editor 2024-06-11 15:29:54 +02:00
HeadbuttEncounterFile.cs Minor improvements of Headbutt editor 2024-06-11 15:29:54 +02:00
HeadbuttEncounterMap.cs Added the levelscript editor 2024-03-06 00:37:15 +01:00
HeadbuttTree.cs Minor improvements of Headbutt editor 2024-06-11 15:29:54 +02:00
HeadbuttTreeGroup.cs Minor improvements of Headbutt editor 2024-06-11 15:29:54 +02:00
ItemData.cs Fix Item Editor not updating the battle pocket correctly (#124) 2025-10-07 11:46:03 +02:00
LearnsetData.cs 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
LevelScriptFile.cs Improved the logic for LevelScript Editor 2025-06-10 10:16:42 +02:00
LevelScriptTrigger.cs Restructured script stuff so it can be released for 1.13 2025-06-09 15:28:18 +02:00
MapFile.cs Renamed gFamEnum, gVerEnum, gLangEnum 2024-05-09 13:45:22 +02:00
MapHeader.cs Renamed gFamEnum, gVerEnum, gLangEnum 2024-05-09 13:45:22 +02:00
MapScreenLoadTrigger.cs Restructured script stuff so it can be released for 1.13 2025-06-09 15:28:18 +02:00
MoveData.cs DocTool: fix off by one error + small refactor 2025-09-03 14:16:49 +02:00
PokemonPersonalData.cs Fixed Growth Curve labels ( #36 ) 2023-10-08 23:35:48 +02:00
RomFile.cs Moved most console logging to the new system 2025-09-02 09:17:38 +02:00
SafariZoneEncounter.cs Added the levelscript editor 2024-03-06 00:37:15 +01:00
SafariZoneEncounterFile.cs Null checks + minor refactor + enforcing if brackets 2024-06-11 15:17:41 +02:00
SafariZoneEncounterGroup.cs Added the levelscript editor 2024-03-06 00:37:15 +01:00
SafariZoneObjectRequirement.cs Added the levelscript editor 2024-03-06 00:37:15 +01:00
ScriptAction.cs Restructured script stuff so it can be released for 1.13 2025-06-09 15:28:18 +02:00
ScriptActionContainer.cs Restructured script stuff so it can be released for 1.13 2025-06-09 15:28:18 +02:00
ScriptCommand.cs Moved most console logging to the new system 2025-09-02 09:17:38 +02:00
ScriptCommandContainer.cs Restructured script stuff so it can be released for 1.13 2025-06-09 15:28:18 +02:00
ScriptFile.cs Moved most console logging to the new system 2025-09-02 09:17:38 +02:00
ScriptReference.cs Restructured script stuff so it can be released for 1.13 2025-06-09 15:28:18 +02:00
SpeciesFile.cs Added choosing a pokemon's form in Trainer editor for HGSS & Plat No longer allows users to set trainer pokemon gender if the pokemon has only one or no gender Disables the ball seal option in the trainer editor for DP as it does not support this feature 2023-08-03 02:18:18 +02:00
TextArchive.cs Full overhaul of text archive reading and writing adding in app plaintext parsing (#125) 2025-10-09 14:55:01 +02:00
TradeData.cs 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
TrainerFile.cs Restored trainer name encryption 2024-06-26 01:01:54 +02:00
VariableValueTrigger.cs Restructured script stuff so it can be released for 1.13 2025-06-09 15:28:18 +02:00