Commit Graph

149 Commits

Author SHA1 Message Date
AdAstra-LD
0a0eda33ec Extracted NSBUtils and OverlayUtils from DSUtils 2024-05-05 16:49:15 +02:00
AdAstra-LD
664815405c Added utility to Find unused collisions 2024-03-05 23:23:02 +01:00
AdAstra-LD
c60d2bfe2c Restructured Trainer names length expansion patch 2023-12-04 15:11:19 +01:00
AdAstra-LD
1e868859c5 Proper output of evolution data 2023-11-26 20:44:05 +01:00
AdAstra-LD
253803058c Explicit Evolution param meaning descriptions 2023-11-26 20:44:05 +01:00
AdAstra-LD
d258ad231c Evolutions Editor 2023-11-24 18:17:27 +01:00
AdAstra-LD
49b673061d Added a more pragmatic TrainerName expansion check and reformated some files with auto format
Co-Authored-By: Miguel <11949750+Mixone-FinallyHere@users.noreply.github.com>
2023-10-09 15:22:09 +02:00
AdAstra-LD
606f8c9efe Fixed Growth Curve labels ( #36 ) 2023-10-08 23:35:48 +02:00
AdAstra-LD
17f905ad34 Fixed TM/HM write in Personal Data Editor 2023-10-08 23:28:24 +02:00
AdAstra-LD
2948a43da6 Fixed alignment R/W problem in Personal Data Editor ( #36 ) 2023-10-08 23:25:22 +02:00
AdAstra-LD
7996fd5eba Personal Data Editor & Learnsets Editor 2023-09-23 19:50:01 +02:00
OtakuGracie
69bc643ff9 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
OtakuGracie
b50a271c5a added fix for DP trainer editor for testing 2023-08-03 02:18:18 +02:00
OtakuGracie
efeec1828c Added locations names to encounter files in the wild encounter editor 2023-08-03 02:18:18 +02:00
OtakuGracie
cda607dba8 Added ability to edit trainer pokemon ability and gender for HGSS 2023-08-03 02:18:18 +02:00
OtakuGracie
fb37351952 Created SpeciesFile class to store abilities for Trainer Editor 2023-08-03 01:13:34 +02:00
AdAstra-LD
b96c9e97c7 Removed useless inclusions 2023-07-18 16:55:34 +02:00
AdAstra-LD
2f7dbbf952 Improved trainer name check in commit b9081c2 2023-07-18 16:55:07 +02:00
AdAstra-LD
3c54c00e11 Added missing braces in edit of commit 5b2e2e4 2023-07-18 16:55:07 +02:00
Miguel Terol Espino
cc739f743a Temporaly addresses #25 2023-07-18 16:55:06 +02:00
Miguel Terol Espino
e679a26b6c Improved hg-engine compat and added mikelan compatwith BluRosie code 2023-07-18 16:42:17 +02:00
Miguel Terol Espino
5b2e2e44e6 Fixes #21 2023-07-18 16:42:17 +02:00
AdAstra-LD
9dcf113d4e New method to print trainer data stats to CSV 2023-07-01 04:23:07 +02:00
AdAstra-LD
05efa48eb5 Minor refactor of trainer editor 2023-06-02 20:39:53 +02:00
AdAstra-LD
91c0d1dc9b Proper form handling in Trainer Editor 2023-05-22 00:21:14 +02:00
AdAstra-LD
f8ba5662db Fixed spawnables write 2023-05-16 22:21:56 +02:00
AdAstra-LD
c011bc9647 Fixed event file corruption 2023-05-13 16:10:20 +02:00
AdAstra-LD
90f20bdba4 TextArchive plaintext I/O 2023-05-13 01:26:08 +02:00
AdAstra-LD
4fa85f2c80 Handling of fixed-point height [NPCs] 2023-04-21 02:58:17 +02:00
Matthew Morrison
8df3641cbc Poké to Poke for better IDE experience 2023-02-06 09:01:28 +01:00
Matthew Morrison
1b083c2986 Unify é 2023-02-06 09:00:34 +01:00
AdAstra-LD
b6e5c96b5e Better handling of UseScript for functions 2023-01-16 12:36:06 +01:00
AdAstra-LD
ba084cd397 Minor GUI edits + formatted ScriptFile.cs 2023-01-16 10:03:56 +01:00
AdAstra-LD
875065f018 Fixed error report linenum index 2022-09-25 22:31:57 +02:00
AdAstra-LD
6b95302cac Improved display of event entities + new event importer 2022-09-03 16:34:32 +02:00
AdAstra-LD
56b6473fcb Added an error message to Script Editor for missing usescript references
+ Script save file functions now return true when everything was saved correctly, false otherwise
+ Return value of the script save functions is checked to determine whether or not to mark current script file as changed
2022-08-30 00:07:38 +02:00
AdAstra-LD
00d05fa3d7 Converted simple tuples to ContainerReference struct 2022-08-29 22:20:48 +02:00
AdAstra-LD
c73dd4490c Added support for rotatable buildings [disabled]
[+] Fixed a typo
2022-08-09 10:13:13 +02:00
AdAstra-LD
eb86f450b1 Fixed incorrect handling of empty script lines
Fixed wrong linenum in parser failure error message
2022-07-18 00:31:40 +02:00
AdAstra-LD
688a590a05 Cleanup of Pokémon icons [now read from the ROM itself]
+ Table editor pokemon icon is read from the ROM as well
2022-07-17 23:22:11 +02:00
AdAstra-LD
6b8ff7c556 Minor trainerclass edit 2022-06-17 22:21:01 +02:00
AdAstra-LD
22dd68abb5 Improved management of file filters 2022-06-16 17:11:25 +02:00
AdAstra-LD
edcf6ab93e Fixed error popping up when searching HGSS scripts
[+] Changed command names to match between DPPt-HGSS
2022-06-16 17:11:23 +02:00
AdAstra-LD
180296e60b Improved script editor readability [Directions and movecodes]
[+] Added new script command names to database
[+] Optimized script search speed
2022-06-16 17:11:23 +02:00
AdAstra-LD
d0688761f5 Fixed Issue #8
[Wrong line numbers in the script editor's error messages]
2022-06-11 14:47:33 +02:00
AdAstra-LD
8b9c886f03 Shift Up and Shift Down Text Editor buttons 2022-06-05 22:12:15 +02:00
AdAstra-LD
2129448849 MapFile moveperm discard implementation 2022-06-04 03:45:23 +02:00
AdAstra-LD
7c3ccdfe16 Handling of missing trainer file name entries + fixed Trclass reset 2022-05-25 23:00:42 +02:00
AdAstra-LD
74106a1f2c Fixed evt extension 2022-05-04 01:26:20 +02:00
Nathan Wichers
33af61af74 Fix Pokémon forms shift in Trainer Editor 2022-03-23 23:38:50 +01:00