Commit Graph

954 Commits

Author SHA1 Message Date
AdAstra-LD
3861aa3bf5 Minor Move Editor effect description fixes 2024-10-29 21:11:27 +01:00
AdAstra-LD
1b74760f5f Indent fix 2024-10-29 21:11:27 +01:00
AdAstra-LD
1876bb3c75 Update ScriptDatabase.cs 2024-10-29 21:11:27 +01:00
Xzonn
55569a34b2
Update support for Chinese characters based on https://github.com/Xzonn/PokemonChineseTranslationRevise 2024-10-27 11:58:04 +08:00
Mixone-FinallyHere
613f68af4e Added ad fix 2024-10-26 14:49:55 +02:00
AdAstra-LD
03716eade8 Fixed arg type of JumpIfPlayerDir 2024-10-08 21:54:29 +02:00
Miguel Terol Espino
66046175a5 Merge branch 'main' of github.com:AdAstra-LD/DS-Pokemon-Rom-Editor 2024-10-08 13:56:27 +02:00
AdAstra-LD
6f4909d1cb Added HGSS command 0x0181 to database 2024-10-08 13:23:15 +02:00
AdAstra-LD
578aebd643 ScratchOff commands 2024-09-23 17:42:11 +02:00
AdAstra-LD
cff1561104 Minor Move Editor effect description fixes 2024-09-23 15:20:56 +02:00
AdAstra-LD
aff6453609 Indent fix 2024-09-23 15:20:56 +02:00
AdAstra-LD
fc5939d6be Update ScriptDatabase.cs 2024-09-23 15:20:56 +02:00
Miguel Terol Espino
96ccd411d2 Fixes MoveEditor for DP. Adds correct version 2024-07-30 12:35:33 +02:00
Miguel Terol Espino
9715aa82a4 Small adition for effect id 2024-07-19 14:48:05 +02:00
Miguel Terol Espino
327f036713 Fix accuracy using power 2024-07-16 12:40:50 +02:00
Miguel
fe8eff7dea
Merge branch 'AdAstra-LD:main' into main 2024-07-13 21:40:11 +02:00
AdAstra-LD
003ead7bdd Update ScriptDatabase.cs 2024-07-01 23:54:39 +02:00
AdAstra-LD
7816e97327 Fixed some Plat param numbers 2024-06-26 01:21:19 +02:00
AdAstra-LD
ef25d51dd6 Fixed EncryptText.cs 2024-06-26 01:04:27 +02:00
AdAstra-LD
910844fb1b Restored trainer name encryption
This reverts commit 23b19eff54.
2024-06-26 01:01:54 +02:00
Miguel
ca39400684
Merge branch 'AdAstra-LD:main' into main 2024-06-13 09:08:56 +02:00
AdAstra-LD
68e1195c85
Merge pull request #55 from SunakazeKun/main
Added missing ReplaceMove args
2024-06-13 00:24:25 +02:00
Aurum
be19b17ab5 added missing ReplaceMove args 2024-06-12 19:02:58 +02:00
Mixone-FinallyHere
d8b44a651a Merge 2024-06-12 09:44:08 +02:00
AdAstra-LD
8f8face946 Minor improvements of Headbutt editor 2024-06-11 15:29:54 +02:00
AdAstra-LD
aa39e95554 Minor improvements of Headbutt editor 2024-06-11 15:17:42 +02:00
AdAstra-LD
27b97a2450 Began fixing Headbutt editor (it's a complete mess) 2024-06-11 15:17:42 +02:00
AdAstra-LD
7520a264e2 Null checks + minor refactor + enforcing if brackets 2024-06-11 15:17:41 +02:00
AdAstra-LD
23b19eff54 Revert trainer name encryption
This reverts commit 6a26aaea09
2024-06-11 12:55:43 +02:00
AdAstra-LD
c11791172d Update ScriptDatabase.cs 2024-06-09 22:27:38 +02:00
AdAstra-LD
10b9668c8d Level Script Editor improvements 2024-05-21 18:38:16 +02:00
AdAstra-LD
8aef0c3b42 Improved Level Script Editor GUI 2024-05-21 18:38:16 +02:00
AdAstra-LD
97fb704bb4 Implemented battle effect descriptions in Move Data Editor 2024-05-21 18:38:16 +02:00
AdAstra-LD
0046ac8a74 Implemented Move Data Editor 2024-05-21 18:38:16 +02:00
AdAstra-LD
595eb8b38b Mon editor label text fix 2024-05-21 17:50:16 +02:00
AdAstra-LD
deee587ef5 Reorganized Other Tools tab 2024-05-21 17:50:16 +02:00
Miguel Terol Espino
1cfef0d4a5 Well, thats where that button went 2024-05-21 13:12:57 +02:00
Miguel Terol Espino
03918be4c4 And yet again they broke 2024-05-21 13:11:11 +02:00
AdAstra-LD
c5e6ca888c Save Matrix button fix (for real?) 2024-05-21 02:36:09 +02:00
AdAstra-LD
4075c51f56 Fix 2nd Ability slot bug for mons with identical 1st and 2nd abi 2024-05-21 02:21:03 +02:00
AdAstra-LD
b910c2df04
Merge pull request #52 from Mixone-FinallyHere/main
Trainer Name Encoding + misc fixes
2024-05-16 22:37:09 +02:00
Miguel Terol Espino
8c45dbdde4 Version Change 2024-05-16 22:26:56 +02:00
Miguel Terol Espino
12050f6431 Disable Rotation | Hide Add trainer stuff until ready 2024-05-16 22:20:31 +02:00
Miguel Terol Espino
3a4cb3cc2c Added RomInfo for trainer special script and handle scriptnumber 2024-05-16 21:27:09 +02:00
Miguel Terol Espino
6dcbd1893d Improve Collision changes 2024-05-16 18:05:38 +02:00
Miguel Terol Espino
4c8a7fb890 Added new tile collisions 2024-05-16 15:52:54 +02:00
Miguel
02e15b7753
Merge pull request #5 from Chvlkie/trainer-name-compress
Trainer name compress
2024-05-15 16:22:52 +02:00
Chvlkie
8a7290e8bc updated patch toolbox text 2024-05-15 15:01:21 +01:00
Chvlkie
6a26aaea09 trainer name encryption 2024-05-15 15:01:05 +01:00
Miguel Terol Espino
ecde402679 Fixed Matrix and Map editors 2024-05-15 10:58:06 +02:00