Commit Graph

85 Commits

Author SHA1 Message Date
AdAstra-LD
c60d2bfe2c Restructured Trainer names length expansion patch 2023-12-04 15:11:19 +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
Miguel Terol Espino
2da0ab23f4 Improved the trainer name length grammar and added a manual override for values other than 12 2023-10-09 15:18:21 +02:00
Miguel Terol Espino
d842e558d7 Minor fix for persistence 2023-10-09 15:17:19 +02:00
Miguel Terol Espino
ec10a15a3c Fixed Trainer names and added patch for it in Eng and Spa 2023-10-09 15:16:46 +02:00
AdAstra-LD
0ff42ea15e Minor event editor fixes 2023-05-20 20:46:08 +02:00
AdAstra-LD
d9251f0f64 Item standardize patch now updates Griseous orb item in Distortion world 2023-05-13 01:26:09 +02:00
AdAstra-LD
58795b3a6c Fixed and optimized Item Standardization patch 2023-04-12 21:34:46 +02:00
AdAstra-LD
c1a2652c82 Replaced direct references to 0x02000000 with ARM9's static address
+ Minor improvement of monicon read
2023-01-16 15:27:52 +01:00
AdAstra-LD
c73dd4490c Added support for rotatable buildings [disabled]
[+] Fixed a typo
2022-08-09 10:13:13 +02:00
AdAstra-LD
0b5965b8ae Moved synthOverlayLoadAddress to RomInfo + trainer editor mon sprite load tiny edits 2022-07-17 22:40:47 +02:00
AdAstra-LD
a0db4e49fa Replaced references to absolute overlay path with GetOverlayPath call 2022-03-24 00:35:09 +01:00
AdAstra-LD
0269a150e6 Replaced all references to 0x023c8000 with static variable 2022-03-23 23:38:50 +01:00
AdAstra-LD
db5f242926 Minor improvement of itemScriptFile standardizer 2022-03-18 04:26:17 +01:00
AdAstra-LD
b0d213a523 OW Sprites can be previewed even without placing an OW
+ Event editor render settings are saved
+ When an event type is not rendered, it can't be moved using direct clicks (prevents mistakes)
2022-01-07 04:59:02 +01:00
AdAstra-LD
7e7c552515 Added patch that disables all texture animations 2022-01-04 02:29:37 +01:00
AdAstra-LD
ae921b8ac8 Fixed a critical UseScript bug (list sort)
+ Refactored useScript attribute of CommandContainer --> usedScript
2022-01-01 04:33:34 +01:00
AdAstra-LD
a4bfe2a837
Merge branch 'main' into main 2021-12-14 22:46:30 +01:00
AdAstra-LD
cf5a21aff1 Table Editor can now read entries from the synthOverlay 2021-12-09 19:11:10 +01:00
Nomura
bb5ef60e36 Make item standardization patch preserve existing items 2021-12-06 11:32:28 +01:00
AdAstra-LD
ccc63eaa83 Reorganized RomToolbox patch data 2021-11-22 01:03:38 +01:00
AdAstra-LD
31f9488cfb Misc fixes [mostly Script Editor]
[+] Fixed PokeRadar percentage labels
[+] Removed Script Containers static KW
[+] Script Editor now notifies when user is attempting to save an empty script
[+] Script Editor got better at detecting problems with
script/function/action labels
[+] Improved detections of UseScripts
[+] Added a few more Platinum script commands
[+] Fixed ARM9 compression detection for DP roms
2021-10-24 22:58:16 +02:00
AdAstra-LD
a7bf7c0ae6 Romtoolbox minor fixes 2021-09-13 06:24:40 +02:00
AdAstra-LD
a3a2a6c3ed Improved Item Editing [Event editor]
Standardize Items patch is no longer necessary to edit existing Ground items. [it is still necessary to set up items that aren't obtainable by default tho]
2021-08-09 19:31:15 +02:00
AdAstra-LD
ddbf8d6a19 Minor improvements and fixes
- the table editor can also save the entries [previous commit]
- creadet gLangEnum (Language enumeration)
- fixed Japanese PokeNames TextArchive index
2021-08-09 03:07:14 +02:00
AdAstra-LD
4e352f9910 ARM9 R/W operations that used BinaryReader/Writer now use the new Reader/Writer
- Fixed mainwindow.cs ARM9.Compress -> Decompress [typo]
2021-08-09 02:39:32 +02:00
AdAstra-LD
68d54315c9 Made ARM9 class in DSUtils
Migrated ARM9 R/W functions to this class
2021-08-09 01:36:09 +02:00
AdAstra-LD
dc9c75911c Fixed Pokemon Icons not disappearing after selecting empty cell [Trainer Editor[
- Also fixed Farfetch'd icon not showing
2021-08-01 03:09:16 +02:00
AdAstra-LD
ef9c07d7ad Turned Pokemon Party into a class [Trainer Editor]
- Removed useless Games folder from Ekona\Images
2021-08-01 02:53:22 +02:00
AdAstra-LD
88ca73bac5 Added Trainer Encounter music to Trainer Editor
+ Refactor and conversion of gameFamily and gameVersion to Enum formats
2021-07-30 19:32:13 +02:00
AdAstra-LD
182eec2f97 Created SetHeaderTableOffset function in RomInfo, to replace HeaderOffsets dictionary in PokeDatabase 2021-07-25 18:31:03 +02:00
AdAstra-LD
fd76fcdb46 DSPRE can now read extracted data without a ROM 2021-07-24 01:00:54 +02:00
AdAstra-LD
49a4513030 Added missing description to header expansion patch 2021-07-22 16:53:09 +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
828b3d2ab1 Minor refactor + added missing Designer.cs 2021-07-15 02:41:49 +02:00
AdAstra-LD
591138541a Misc update
- Added support for HGSS """hidden""" cameras and added new Cam16 picture
- Fixed handling of HGSS headers' last 32 bits (some things are still unimplemented)
--- Fixed HGSS area icon numbers
- Fixed Advanced Header Search to make it compatible with the dynamic headers patch
- Fixed Header load function calls (previously incompatible with dynamic headers patch)
- Fixed event editor not updating coordinates when dragging events across the map
- New warning popup before using Camera Editor, if overlay1 is compressed
- Minor refactor
2021-07-14 05:22:45 +02:00
AdAstra-LD
57548c6000 Fixed dynamic headers patch not reading/writing from/to the correct place
- misc improvements
- remove last header button is now fully functional
2021-07-07 06:12:21 +02:00
AdAstra-LD
e2cb1891f3 Optimized patch check and management functions + misc fixes
(including the dynamic headers patch)
- also reorganized the code a little
- fixed a problem with the spawn editor
- fixed scrollbar [matrix editor]
2021-07-06 20:58:05 +02:00
AdAstra-LD
1e72cfe89d Minor fixes 2021-06-05 16:34:50 +02:00
AdAstra-LD
c6d3820a57 Minor readability improvements 2021-06-02 19:45:50 +02:00
NomuraRH
b81baa956b Added dynamic headers patch and support for adding new headers 2021-05-28 23:25:25 +02:00
AdAstra-LD
3e5dc2d729 Changed == null to "is null" 2021-04-24 17:05:35 +02:00
AdAstra-LD
8d6cecbf1f First working draft of camera editor
- Updated some DSUtils methods
- Updated SetCameraTableOverlayAndOffset method in RomInfo
- New GameCamera class
2021-04-11 20:02:11 +02:00
AdAstra-LD
dc58f5820f Preparing NSBMD Utilities
- Created new GetModelWithoutTextures method inside DSUtiles
- Reorganized DSUtils class
2021-04-08 14:14:08 +02:00
AdAstra-LD
2e23be5e13 Condensed HG/SS and D/P version check
Consequently fixing some ToolBox patches not working for Pearl or SoulSilver
2021-03-20 19:27:00 +01: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
6602f3df04 Minor refactor and first camera editor code 2021-03-20 02:38:44 +01:00
AdAstra-LD
e53df94382 Sentencecase patch is now based on a Pokename dictionary 2021-03-17 00:51:07 +01:00
AdAstra-LD
8556b9fd2d Bunch of little improvements
- Fixed NSBMD name problem [Building Editor] The import button now updates the name in real time
- So does the buildings list box [Map editor]
- Updated command database reader
- Improved script reader (commands with relative jumps)
- Added CMDTable repoint patch (not revised yet)
2021-03-16 23:43:36 +01:00
AdAstra-LD
3ab84d654a Added matrix expansion patch to RomToolbox
+ minor refactor
2021-03-04 18:03:05 +01:00