Commit Graph

951 Commits

Author SHA1 Message Date
Yako
4ecb493780
Decompression hotfix (#97)
* fix arm9 decompression issue
(I blame ndstool)

* rename "europeByte" to revisionByte
2025-09-02 23:53:47 +02:00
corentinmace
eeae1ee67c Fixed settings dialog not openning 2025-09-02 19:13:37 +02:00
Miguel
ffe75cd8db
Merge pull request #95 from Mixone-FinallyHere/fixSpriteEditor
Fix #89
2025-09-02 17:40:55 +02:00
Mixone-FinallyHere
02813845e5 Fixed an oopsie 2025-09-02 17:39:49 +02:00
corentinmace
6dfec63bd6 moved rom icon, label and language at bottom right 2025-09-02 17:25:59 +02:00
Mixone-FinallyHere
66ba7c9018 Update sprite editor to fllow mon editor conventions 2025-09-02 17:21:10 +02:00
Mixone-FinallyHere
8bd415727d Make sprite editor synch 2025-09-02 17:20:57 +02:00
corentinmace
913c75bda1 Merge branch 'main' of https://github.com/Mixone-FinallyHere/DS-Pokemon-Rom-Editor 2025-09-02 16:43:12 +02:00
corentinmace
192f6bdabb Added Popout functionality to Nsbtx & Event Editor. Made a few more editor usable at the same time as the main window 2025-09-02 16:41:03 +02:00
Mixone-FinallyHere
af205a15a1 Remove highlight until we make it nicer 2025-09-02 14:58:41 +02:00
Mixone-FinallyHere
b7ebfe1e31 Fixed saving issue with msgenc 2025-09-02 14:33:23 +02:00
Mixone-FinallyHere
7c29bb4519 Moved most console logging to the new system 2025-09-02 09:17:38 +02:00
Mixone-FinallyHere
e2f68ac21e Change mismatch verification to be real-time 2025-09-02 09:01:42 +02:00
Mixone-FinallyHere
c9629a7d64 TextEditor MessageEnc + Colors - TODO: Fix saving issue msgenc? 2025-09-01 23:39:57 +02:00
Yako
db3958382d
rom loading and saving improvements (#82) 2025-08-31 16:25:54 +02:00
Corentin MACÉ (Kuha)
15e0d4b571
Merge pull request #81 from Mixone-FinallyHere/dev-kuha
Added shortcuts
2025-08-31 11:59:56 +02:00
corentinmace
9770f1f42d Added shortcuts to open folder, save rom, and open settings 2025-08-31 11:58:21 +02:00
Yako
bae1e94687
Add basic autocomplete and Ctrl + S saving to script editor (#80)
Autocomplete can be triggered with Ctrl + Space to show a list of recognized keywords
2025-08-30 12:41:40 +02:00
Yako
b483a759c3
Add form editing to DPPT (#78)
- support for shellos / gastrodon forms
- support for setting the unown table
2025-08-27 19:50:49 +02:00
Kalaay
b45c711d0a
Merge pull request #77 from Mixone-FinallyHere/jsonDatabase
fix wrong display for OW movementTypes and change array name
2025-08-25 15:03:38 +02:00
KalaayPT
609e75429b fix wrong display for OW movementTypes and changed array name 2025-08-25 14:37:38 +02:00
KalaayPT
18e418e87d
Merge pull request #76 from Mixone-FinallyHere/jsonDatabase
extend script header for better handling in vsc
2025-08-20 16:40:10 +02:00
KalaayPT
5c66f4726b extend script header for better handling in vsc 2025-08-20 16:39:27 +02:00
Yako
cc9e93e6d0
fix DP hold effects (#75) 2025-08-15 18:26:07 +02:00
KalaayPT
cddc3234fd fix DP database loading 2025-08-15 01:25:23 +02:00
KalaayPT
5b2d26a467 add simple support for expanded FieldItemUseFuncs 2025-08-14 23:58:55 +02:00
Yako
0167e5f94e more item editor stuff (too late at this point) 2025-08-14 23:58:44 +02:00
Yako
c58e2a2b28 this also has fixes to the item editor bundled in bc I made an oopsie 2025-08-14 23:58:22 +02:00
corentinmace
54454352b2 Fixed custom scrcmd manager buttons 2025-08-13 17:47:56 +02:00
KalaayPT
2c9fd21b32 export 1 script file instead of 3 2025-08-13 15:25:31 +02:00
KalaayPT
d3f388de81 fix database updating + add DBs to CI 2025-08-13 15:02:32 +02:00
KalaayPT
44be913c01 update CI to include scrcmd into release 2025-08-13 14:23:57 +02:00
KalaayPT
6c0f32e5c7 add settings window designer (forgor) 2025-08-12 00:49:37 +02:00
KalaayPT
ecf529855b improve settings and fix crash in offline mode 2025-08-11 23:39:39 +02:00
KalaayPT
28dd879582 update movement parsing 2025-08-11 18:46:51 +02:00
KalaayPT
771a0f7c4c improve settings window 2025-08-11 18:31:15 +02:00
KalaayPT
50cd9a4992 adapt movement command loading to account for expanded movement json + add support for c style comments 2025-08-11 18:27:26 +02:00
KalaayPT
e51fc6248e Merge branch 'jsonDatabase' of github.com:Mixone-FinallyHere/DS-Pokemon-Rom-Editor into jsonDatabase 2025-08-09 17:38:31 +02:00
KalaayPT
c3fb90bcf8 add trainer param to parametertype enum 2025-08-09 17:38:30 +02:00
KalaayPT
ab850c5955
Merge branch 'main' into jsonDatabase 2025-08-09 15:27:38 +02:00
Corentin MACÉ (Kuha)
03bbe2f5c7
Merge pull request #66 from Mixone-FinallyHere/dev-kuha
Refactor RenderMap & Popout Editor Handler
2025-08-09 11:07:07 +02:00
corentinmace
959de03689 Refactor RenderMap & Popout Editor Handler 2025-08-09 11:05:42 +02:00
KalaayPT
2657ffd47e merge main & jsondatabase 2025-08-09 03:07:24 +02:00
KalaayPT
681608b657 add basic manager for custom scrcmd databases 2025-08-09 03:05:30 +02:00
Yako
6245f1fffa
Overhaul HGSS Wild Editor (#63)
Mainly moved some things around added a couple tooltips and added a check for unsaved changes.
2025-08-08 19:03:16 +02:00
corentinmace
961ac1bc75 Added screenshot feature to event editor
Fixed mouse image
2025-08-08 13:13:58 +02:00
KalaayPT
a01c468f56
Merge pull request #60 from Mixone-FinallyHere/dev-kuha
Header Editor Externalized (finally)
2025-08-07 11:12:21 +02:00
KalaayPT
3003481b02
Merge pull request #59 from Mixone-FinallyHere/jsonDatabase
Script Parsing Refactor
2025-08-07 11:08:50 +02:00
corentinmace
0f42cc6f04 Header Editor Externalized (finally) 2025-08-07 11:05:21 +02:00
KalaayPT
d4149bb5f1 large refactoring of script parsing logic. now uses ScriptParameter class and loads parameters right from database 2025-08-06 23:23:20 +02:00