Commit Graph

11 Commits

Author SHA1 Message Date
AdAstra-LD
303ef2150e More script editor fixes
with a bit of code cleanup
2021-02-11 00:00:02 +01:00
AdAstra-LD
9cb6a501a6 Moved endcodes to PokeDatabase 2021-02-10 05:02:46 +01:00
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
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
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
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
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
2fba5d6d8b Reorganized files 2021-02-05 04:24:40 +01:00