Commit Graph

226 Commits

Author SHA1 Message Date
AdAstra-LD
48d9ebfe69 Update ScriptFile.cs
- relative offsets are now signed
- fixed a problem with commands that had "return" in their name fucking up the script file
2021-02-10 04:51:28 +01:00
AdAstra-LD
16d932b524 Fixed critical offset problem with scriptfile [typo] 2021-02-09 23:09:58 +01:00
AdAstra-LD
1790bdf062 fixed pokemon OW orientation frames 2021-02-09 22:08:56 +01:00
AdAstra-LD
aadf00d21a added sprite ID label 2021-02-09 20:49:38 +01:00
AdAstra-LD
eb4c4da0f7 More fixes [overworld sprite finder] 2021-02-09 20:13:02 +01:00
AdAstra-LD
f679b9deaa Complete rewrite of Overworld Sprite finder
Also minor refactor
2021-02-09 19:33:45 +01:00
AdAstra-LD
df2831e83c Some fixes and code readability improvements
- changed some var names to more intuitive ones
- fixed worldmap coordinates not updating
2021-02-09 04:50:22 +01:00
AdAstra-LD
6cdfea8abc fixed bugs with bgs importer
also minor ui changes [command database window]
2021-02-08 12:03:20 +01:00
AdAstra-LD
b3c934a99d More DPPt command names 2021-02-08 15:06:48 +01:00
AdAstra-LD
17707fcd68 Fixed command entries [ID typos] and section marker detection (----- @Script_# -----)
commands are now case insensitive
2021-02-08 14:32:15 +01:00
AdAstra-LD
4f97412809 Removed level script warning box 2021-02-07 17:05:06 +01:00
AdAstra-LD
34c27dd200 Added Mikelan's custom scrcmd patch [needs testing and a bit more work] 2021-02-07 16:59:51 +01:00
AdAstra-LD
71a52affe4 Minor update
Fixed minor bug with OW IDs [event editor]
added two more movements to dictionary
improved accuracy of error detection [script editor]
2021-02-07 05:05:31 +01:00
AdAstra-LD
e997891285 missed two commas wtf 2021-02-06 23:26:05 +01:00
AdAstra-LD
8fdcdcdcb3 Added over 50 dppt command names 2021-02-06 23:19:24 +01:00
AdAstra-LD
c0ee826efb
Update README.md 2021-02-06 21:45:22 +01:00
AdAstra-LD
832da0f49f Major script editor update + other stuff
- Separated Script Commands and Scipt Actions (new class)
- minor code refactor
- fixed menu buttons
- proceeded with script editor rewrite
- script editor identifies errors and reports them
- fixed minor issue with decimals ( buildings updown value box )
2021-02-06 21:17:34 +01:00
AdAstra-LD
a81295b1dd More HGSS commands and fixes 2021-02-05 19:06:02 +01:00
AdAstra-LD
da4d8a5d92 Fixed script editor expanding functions even when there's no need to
(UseScript_#X)
2021-02-05 16:55:29 +01:00
AdAstra-LD
a7880588ff Fixed "function undeclared message" appearing repeatedly 2021-02-05 13:35:58 +01:00
AdAstra-LD
651b805f3d New pics and readme 2021-02-05 05:16:15 +01:00
AdAstra-LD
24e772648b Added script DB icon 2021-02-05 05:03:38 +01:00
AdAstra-LD
2fba5d6d8b Reorganized files 2021-02-05 04:24:40 +01:00
AdAstra-LD
6cf2b5b8ab
Merge pull request #2 from ShadyRelapse-PP/main
Updated PokeDatabase.cs (Collision Types)
2021-02-05 04:07:25 +01:00
AdAstra-LD
238319b4d5 Tons of new stuff
+ New CommandDatabase Window
+ Many DPPt commands now have a name
+ Fixed script export button
+ Map Editor comboboxes are now read-only
+ Improved search in scripts and search in texts code
2021-02-05 04:04:32 +01:00
AdAstra-LD
462d668f6b Fixed more DP commands 2021-02-04 19:38:40 +01:00
ShadyRelapse-PP
d7d3f0ca36
Update PokeDatabase.cs
Added all the missing used map collision types.
2021-02-04 18:24:02 +00:00
AdAstra-LD
48ce162e04 Update PokeDatabase.cs 2021-02-04 17:52:36 +01:00
AdAstra-LD
e52712bfab Finished conversion of script editor + bugfixing
+ Minor refactor
+ Export MAP BIN button
+ Fixed type painters resetting after changing map
+ Added more type painter colors
+ Fixed type painters font size
+ Fixed type painter value [updown] limit
+ Moved ScriptCommand and Script to a separate file

+ Fixed Encounter Editor unpacking HG encounters for SS roms
2021-02-04 17:45:59 +01:00
AdAstra-LD
8d887ef83b Also converted TXT resx databases to Dictionaries
[write dict is not being used yet]
2021-02-04 04:22:33 +01:00
AdAstra-LD
8269f6627f Converted script resx databases to Dictionaries
Performance has improved drastically

also more fixes to DPPT Commands and scriptfile class
2021-02-04 03:50:59 +01:00
AdAstra-LD
3104d00141 Minor platinum cmd fixes 2021-02-03 19:13:32 +01:00
AdAstra-LD
7540fd02f3 version update 2021-02-03 05:32:54 +01:00
AdAstra-LD
5a43e0aa6c Fixed lots of platinum commands 2021-02-03 05:30:12 +01:00
AdAstra-LD
fd270f90f8 Fixed some bugs with the advanced search and script editor (Pt)
also added some new commands/fixed names
2021-02-03 03:30:32 +01:00
AdAstra-LD
94a2d80e56 Misc fixes (platinum still needs some work) 2021-02-02 17:03:30 +01:00
AdAstra-LD
ee8f3dba59 Lock, Release, AddPeople, RemoveOW can show names too 2021-02-02 03:05:55 +01:00
AdAstra-LD
675a4365c3 Update MapFile.cs
check is not as strict now
2021-02-02 02:42:58 +01:00
AdAstra-LD
8ea75c0628 fixed overlay1 flag 2021-02-02 02:29:40 +01:00
AdAstra-LD
907d69fc03 fixed typo in arm9 patch checker 2021-02-02 02:17:35 +01:00
AdAstra-LD
8ed79e848f the damn periods 2021-02-02 02:03:36 +01:00
AdAstra-LD
da9815a8b7 Updated preview pic 2021-02-02 01:58:11 +01:00
AdAstra-LD
cc72e1b035 Fixed "reset search" button repeating operation when not needed 2021-02-02 01:55:38 +01:00
AdAstra-LD
70ba3e269a Update README.md 2021-02-02 01:30:50 +01:00
AdAstra-LD
8f0e49b618 Update README.md 2021-02-02 01:30:09 +01:00
AdAstra-LD
1b86f1156d Improved search results display 2021-02-02 01:27:22 +01:00
AdAstra-LD
67436d0d2e Some more fixes and minor qol features 2021-02-02 00:47:02 +01:00
AdAstra-LD
36c37f0f67 Version update 2021-02-01 23:17:45 +01:00
AdAstra-LD
d56b431eae more bug fixing 2021-02-01 23:12:30 +01:00
AdAstra-LD
dce4175ceb Added new fields to event editor (thanks to Mikelan)
Also some code refactoring
2021-02-01 21:40:14 +01:00