Commit Graph

775 Commits

Author SHA1 Message Date
Yako
a90ad0fedc Split TMHM into it's own file and seperate by comma consistenly 2025-05-01 16:03:12 +02:00
Yako
552236745a always print TMs/HMs with 2 2025-05-01 14:46:58 +02:00
Yako
45004eeb83 Seperate TMs using "|" character 2025-04-30 17:56:20 +02:00
Yako
272ad1037a remove unused function leftover 2025-04-30 17:31:29 +02:00
Yako
5f2abd3338 Add trainerProperties to unpack narc list 2025-04-30 17:27:28 +02:00
Yako
504ce436ad Add forgotten comma 2025-04-30 16:03:41 +02:00
Yako
9f03d87900 DocTool: Add TMs/HMs to learnset.csv 2025-04-30 15:52:33 +02:00
Yako
a0b21b77d6 Fix a trainer ability flag issue
code comments should explain why
2025-04-17 22:18:26 +02:00
Yako
1338ff55b5 - Implement HGSS trainer functions backport by Lhea
- Only detects if the edit has been applied to a Platinum USA ROM, other languages are not supported
2025-03-21 19:48:21 +01:00
Yako
a95db4226f - Update comments so I don't forget 2025-03-21 17:11:13 +01:00
Yako
12d157e068 - Add Nature to TrainerDoc
- Automatically check the ismale checkbox in DVCalc
- Potential ToDo: Read Trainer Class genders from ROM
2025-03-21 16:57:08 +01:00
Yako
f886001fff merge? 2025-03-20 22:49:39 +01:00
Yako
c6f1c492bc Add DocTool
Minor Fixes to PokemonEditor
2025-03-20 22:18:17 +01:00
Mixone-FinallyHere
37412f4946 Fixed all issues from merges 2025-03-11 09:41:49 +01:00
Mixone-FinallyHere
283f6214e0 merge scriptfile 2025-03-11 09:10:56 +01:00
Mixone-FinallyHere
63a01dc078 merge 2025-03-11 09:08:52 +01:00
Mixone-FinallyHere
423dfdff6c merge 2025-03-11 09:02:35 +01:00
AdAstra-LD
669e6bb3c5 Learnset Editor can handle extra entries 2025-03-11 01:33:31 +01:00
AdAstra-LD
2043abf821 PersonalDataEditor can handle extra entries 2025-03-11 01:31:13 +01:00
AdAstra-LD
201944c5b0 Moved script-related files 2025-03-10 18:27:46 +01:00
AdAstra-LD
72ca6e4105 Lexer improvements 2025-03-10 18:01:45 +01:00
AdAstra-LD
4516b61374 Labels draft 2025-03-10 15:40:56 +01:00
AdAstra-LD
a381246f50 Apricorn script commands 2025-02-25 16:08:40 +01:00
Yako
aaf9580624 - fix buttons not working in DVCalc
- add some extra info when working with DVCalc
2025-02-18 21:59:12 +01:00
Yako
b9959dc4d6 - Update DVCalculator 2025-02-18 21:13:19 +01:00
AdAstra-LD
50d912a0b9 Fixed function offset logic error 2025-02-18 20:45:16 +01:00
AdAstra-LD
8da5e801a4 Fixed a typo #69 2025-01-31 20:19:02 +01:00
AdAstra-LD
2121d90834 Added GetPartyPokemonTypes 2025-01-24 16:32:18 +01:00
AdAstra-LD
8481a50434 Fix #68 2024-12-19 23:36:09 +01:00
AdAstra-LD
c784a2b6f2 Fixed some Learnset Editor static attributes 2024-12-19 23:24:43 +01:00
AdAstra-LD
f555c001b7 Learnset editor now has an entrycount label with auto-warning 2024-12-19 23:24:17 +01:00
AdAstra-LD
dc2a099b4b Fixed Event Editor map lookup when testing warps 2024-12-19 22:58:54 +01:00
Miguel
44877bc775
Merge pull request #9 from AdAstra-LD/main
Fixed some Plat command params
2024-12-10 15:39:02 +01:00
AdAstra-LD
62e33ea41f Fixed some Plat command params 2024-12-10 15:36:51 +01:00
Mixone-FinallyHere
da566bd42c Removed json script stuff outside of main 2024-11-06 00:04:07 +01:00
Mixone-FinallyHere
7fad193f5f SpriteEditor stuff 2024-11-05 23:47:39 +01:00
Mixone-FinallyHere
2cf2ed3515 Incorporated code from GenIVSpriteReplacer
by goodri63 to include sprite editing | TODO incorporate indto code base better
2024-11-01 14:04:44 +01:00
Mixone-FinallyHere
6debde4acb Reorganized Editors 2024-11-01 13:12:20 +01:00
Mixone-FinallyHere
1cf7407516 Was missing a bunch of stuff
Co-authored-by: Kuha <corentinmace@users.noreply.github.com>
2024-10-31 21:20:53 +01:00
Mixone-FinallyHere
a5138c39b1 Amazing work on various editors and QOL stuff by Kuha
Co-authored-by: Kuha <corentinmace@users.noreply.github.com>
2024-10-31 18:45:34 +01:00
Mixone-FinallyHere
5301b1e1bc Merge branch 'main' of https://github.com/AdAstra-LD/DS-Pokemon-Rom-Editor 2024-10-31 18:20:32 +01:00
AdAstra-LD
66a1585ed7
Merge pull request #65 from Xzonn/chinese
Update support for Chinese characters based on https://github.com/Xzonn/PokemonChineseTranslationRevise
2024-10-30 14:13:17 +01:00
AdAstra-LD
fd5b4b16f1 Fixed arg type of JumpIfPlayerDir 2024-10-29 21:11:28 +01:00
AdAstra-LD
ad29df0f73 Added HGSS command 0x0181 to database 2024-10-29 21:11:28 +01:00
AdAstra-LD
8dd76b800d ScratchOff commands 2024-10-29 21:11:28 +01:00
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