Commit Graph

370 Commits

Author SHA1 Message Date
Ethan Lew
f941c136e9
Add glTF model export (#18) 2023-03-05 23:11:46 +01:00
Matthew Morrison
8df3641cbc Poké to Poke for better IDE experience 2023-02-06 09:01:28 +01:00
AdAstra-LD
5278487338 Created SetMonIconsPalTableAddress setup function in RomInfo 2023-01-16 15:38:00 +01: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
9aba524ffe Fixed table editor not unpacking Mon icons [HGSS] 2023-01-16 15:01:15 +01:00
AdAstra-LD
90d2668011 Correctly disabled Conditional music table for Plat 2023-01-16 14:35:59 +01:00
AdAstra-LD
6e50bbd2a4 Fixed maintable GUI update exception [Plat] 2023-01-16 14:29:43 +01:00
AdAstra-LD
c50d6ab874 Option to blank current event file when importing another one 2023-01-16 14:23:32 +01:00
AdAstra-LD
ef14d248a5 Created "Advanced" menu layout 2023-01-16 14:11:25 +01:00
Matthew Morrison
898ba0cac5 Fix unresponsive text editors after unpack operation by removing old editors. 2022-12-10 23:49:08 -06:00
Matthew Morrison
669ecc2bbc Reset search on table tab to prevent crash caused by not having all headers in the list box. 2022-12-05 02:18:13 -06:00
Matthew Morrison
16b7f89b48 Fix error on picking from matrix editor header. 2022-11-27 23:08:55 -06:00
AdAstra-LD
cbf0a37b74 Graphics Editor major improvements
[+] new movable texture box
2022-09-10 18:39:42 +02:00
AdAstra-LD
3171dff160 Event Editor optimization + matrix autosearch 2022-09-07 15:50:44 +02:00
AdAstra-LD
6b95302cac Improved display of event entities + new event importer 2022-09-03 16:34:32 +02:00
AdAstra-LD
034f338093 Fixed Camera Editor write offset 2022-08-30 01:57:37 +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
372f57ff79 Version update + bugfixes
+ ARM9 Reader and Writer now rely on EasyReader and EasyWriter
+ ARM9 EditSize function is now an EasyWriter method
+ ARM9 EditSize now calls EasyWriter's EditSize

+ Added StringToInternalName translation method
+ Fixed a bug with the Dynamic Header patch (header remover method did not delete last internal name from mapname.bin, resulting in wrong numbering)
+ Maximum value of Areadata and Matrix selectors in the Event Editor is determined based on the actual number of available areadata and matrix files
+ Maximum value of Areadata and Matrix selectors in the Event Editor updates whenever a new Areadata or Matrix is added or removed
+ Fixed delete matrix confirmation message prompt
+ Minor update of header search algorithm for areadata matching
2022-08-29 22:05:44 +02:00
AdAstra-LD
cea59eadbf Better detection of same-matrix header textures 2022-08-23 03:10:33 +02:00
AdAstra-LD
c73dd4490c Added support for rotatable buildings [disabled]
[+] Fixed a typo
2022-08-09 10:13:13 +02:00
AdAstra-LD
0bc9ee5851 Version + pics update 2022-07-18 00:33:11 +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
c4e98313c8 Improved datasources of trainer editor controls 2022-07-17 22:46:44 +02:00
AdAstra-LD
0b5965b8ae Moved synthOverlayLoadAddress to RomInfo + trainer editor mon sprite load tiny edits 2022-07-17 22:40:47 +02:00
Nathan Wichers
c116f6acab dump mon icons and use those for the trainer editor 2022-06-28 23:28:52 -04:00
AdAstra-LD
6b8ff7c556 Minor trainerclass edit 2022-06-17 22:21:01 +02:00
AdAstra-LD
8d807aaa4c Minor GUI Edits 2022-06-16 17:11:26 +02:00
AdAstra-LD
ba310f439f Optimized DAE Export code 2022-06-16 17:11:25 +02:00
AdAstra-LD
ccb76bc41e Building editor DAE export + better rotation controls 2022-06-16 17:11:25 +02:00
AdAstra-LD
22dd68abb5 Improved management of file filters 2022-06-16 17:11:25 +02:00
AdAstra-LD
b108304122 Version update + DAE support 2022-06-16 17:11:24 +02:00
AdAstra-LD
5d789b8174 Renamed some commands to match between HG/DPPt
[+] Fixed levelscript support message
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
364547fd13 Added support for Platinum pre-battle effect combos 2022-06-10 00:40:31 +02:00
AdAstra-LD
8b9c886f03 Shift Up and Shift Down Text Editor buttons 2022-06-05 22:12:15 +02:00
AdAstra-LD
0f6244ded7 Fixed compile errors 2022-06-05 13:29:21 +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
5d2d7d4150 NSBMD utilities improved name suggestions 2022-05-13 22:30:42 +02:00
AdAstra-LD
74106a1f2c Fixed evt extension 2022-05-04 01:26:20 +02:00
AdAstra-LD
87ebcce907 Version update + fixed Warp autoreset bug & Event view centering 2022-03-20 20:05:16 +01:00
AdAstra-LD
de12924a7e Minor header editor name sync fix 2022-03-19 01:12:39 +01:00
AdAstra-LD
a9983d1b21 Matrix cell autoselect from Header Editor button 2022-03-19 00:44:04 +01:00
AdAstra-LD
c950cee19e Aborting when loading an invalid ROM + fixed events centering 2022-03-19 00:44:04 +01:00
AdAstra-LD
0d026028f0 Version update + added locate-file buttons 2022-03-19 00:44:04 +01:00
AdAstra-LD
b501c83a47 Added warp guide to Event Editor 2022-02-13 16:30:07 +01:00
AdAstra-LD
63de1c8744 Fixed Event Editor Areadata auto-update 2022-02-13 16:21:45 +01:00
AdAstra-LD
24790d463c Event Editor warp headers are shown by name 2022-02-10 05:49:56 +01:00
AdAstra-LD
b59bebe3e0 Fixed enum-based list builder 2022-02-04 18:52:17 +01:00