Kurt
9c0e9c31da
Add weather marks, rebuild fixed encs
...
Still a few stragglers, but better overall.
2023-12-18 08:00:21 -08:00
sora10pls
09590a46b4
Update Encounters9.cs
2023-12-18 10:47:05 -05:00
Eelen
6f815c975c
Update CHS Translations ( #4115 )
...
Co-authored-by: Professor Dirty <103500840+wubinwww@users.noreply.github.com>
2023-12-18 01:27:17 -08:00
Kurt
d95f424c62
Add another sav size
2023-12-18 00:47:53 -08:00
Kurt
f2419db092
Update PersonalInfo9SV.cs
2023-12-17 21:14:46 -08:00
Kurt
61d958e07a
Fix blueberry raids & stellar showdown parse
2023-12-17 19:45:13 -08:00
Kurt
b8d370b661
Fix new tm bitflags, torque move check
...
ty roc for info
2023-12-17 17:51:55 -08:00
Kurt
c892225a55
Oops
2023-12-17 17:26:38 -08:00
Kurt
10cae1316e
Update 23.12.18
2023-12-17 17:06:39 -08:00
Kurt
01c82e472e
Add support for Indigo Disk ( #4111 )
2023-12-17 16:41:15 -08:00
Sakura
4f56aa27f7
Update WC9 Dates ( #4102 )
...
* Add Paldea Gimmighoul Date
* Add コロコロ Roaring Moon and Iron Valiant Date
* Update
2023-12-17 16:39:26 -08:00
abcboy101
69cd3455be
Add Chatter Editor ( #4101 )
...
* Add Chatter accessors
* Add Chatter Editor
* Update translations
2023-12-17 16:39:15 -08:00
Eelen
30f3354b94
Update CHS Translations ( #4100 )
...
Co-authored-by: Professor Dirty <103500840+wubinwww@users.noreply.github.com>
2023-12-17 16:39:03 -08:00
Jonathan Herbert
07cd05d1c1
Fix Some Missed Conversions To Collection Expressions ( #4096 )
2023-12-17 16:38:53 -08:00
Kurt
59e409bbd7
Update pk3.HeldMailID when not holding mail
...
https://projectpokemon.org/home/forums/topic/64361-bugs-when-editing-g3-japanese-version-pokemon/?do=findComment&comment=287038
2023-12-17 08:57:56 -08:00
Kurt
0769300803
Handle language-specific fateful bitflag location
...
Closes #4072
ty @Lusamine for checking japanese and english for complete clarity on this multi-year flip-flop.
historically, we used 0xFB.bit0 until jpn complained, changing it to 0xC9.bit4 to match the pk3 struct. Both were correct, and neither were correct.
2023-12-10 20:58:58 -08:00
Kurt
1fe2b4f29b
ArgumentOutOfRangeException
...
Use the new NET8 API
2023-12-09 15:21:10 -08:00
abcboy101
edf28f74ff
Fix 3DS country/region names ( #4095 )
2023-12-09 06:22:05 -08:00
Kurt
b3684c58b2
Update EncounterDist9.cs
2023-12-08 17:30:41 -08:00
902PM
52be5b3d40
Update gen2/3 flags
2023-12-07 23:21:53 -08:00
Kurt
09018a4eaa
Update EncounterDist9.cs
2023-12-07 23:20:49 -08:00
sora10pls
99b9911aa1
Add latest distribution raid/outbreak data ⏰ 🌌 🌸
2023-12-07 20:17:22 -05:00
Sakura
87efd747c4
Add Darkrai and Shiny Lucario Date ( #4094 )
2023-12-07 12:57:26 -05:00
Kurt
ef68886554
Add more annotations
...
Fix typo in swsh block name
2023-12-07 00:07:55 -08:00
902PM
61ab70f6bf
Update const_frlg_ja.txt ( #4088 )
...
Translated " const_frlg_ja" into Japanese.
2023-12-06 21:15:39 -08:00
902PM
1085a31a56
Update const_e_ja.txt ( #4087 )
...
Translated " const_e_ja" into Japanese.
2023-12-06 21:15:29 -08:00
902PM
50878846bf
Update flags_e_ja.txt ( #4086 )
...
Translated " flags_e_ja" into Japanese.
2023-12-06 21:15:20 -08:00
902PM
0be8873b89
Update flags_frlg_ja.txt ( #4084 )
...
Translated into Japanese.
2023-12-06 18:27:31 -08:00
Jonathan Herbert
d3452deb80
Document Dojo Watt Donation Related Flags and Values ( #4085 )
2023-12-06 18:27:17 -08:00
Kurt
762a2a0c41
Fix gen4 complete dex operation for female-only
...
Closes #4047
SetSeen(species) will set the seen flag but leave both bits 0-0; old code would SetSeen and fail to revise it to 1-1. Since we're setting both to their "complete" state, a "complete" state for a single gender is just a "new" registration operation.
2023-12-05 18:51:32 -08:00
Kurt
c09890366b
Fix wc no nickname check, gen3 bvid return
...
Closes #4081
2023-12-04 18:38:05 -08:00
Kurt
61b4cb67b2
Update readmes
...
#4082
2023-12-03 21:25:44 -08:00
Kurt
d47bb1d297
Update .NET Runtime to .NET 8.0 ( #4082 )
...
With the new version of Visual Studio bringing C# 12, we can revise our logic for better readability as well as use new methods/APIs introduced in the .NET 8.0 BCL.
2023-12-03 20:13:20 -08:00
Kurt
a71597f3a8
Handle gen4 manaphy egg gift pid checks correctly
...
ty lincoln for bringing this to my attention and explaining the possible actions & outcomes
game checks an un-updated ID32 (original recipient, different if traded hatcher), not "oops Ranger is no longer stored"
2023-12-01 22:33:08 -08:00
Momonopopotee
dcb72b0993
Update Gen5 Event Flags ( #4079 )
2023-11-30 16:40:19 -08:00
Eelen
41a3196161
Update CHS Translations ( #4075 )
...
Co-authored-by: Professor Dirty <103500840+wubinwww@users.noreply.github.com>
2023-11-26 11:48:19 -08:00
Jonathan Herbert
39dddf1605
Update Switch Backup Paths With JKSV Path ( #4076 )
2023-11-26 11:46:42 -08:00
Fábio H. Attard
ef941dc0e6
Naming useful SV blocks ( #4060 )
...
* Named a few useful blocks
* Named a few useful blocks
* Renames for consistency as per suggestion
* Withdrawing hidden items blocks for more investigations
* Identification for Hidden Items blocks
2023-11-24 07:50:25 -08:00
Jonathan Herbert
e0fb60cdea
Update Pokétch Unlocked Count ( #4073 )
...
Closes #4067
2023-11-24 07:50:04 -08:00
Momonopopotee
4f998e2fe0
Add B2W2 Volcarona Event Flags ( #4074 )
...
* Update flags_b2w2_en.txt
* Update flags_b2w2_es.txt
* Update flags_b2w2_ja.txt
* Update flags_b2w2_ko.txt
* Update flags_b2w2_zh.txt
* Update flags_b2w2_zh2.txt
2023-11-24 07:49:40 -08:00
Kurt
2e736a1d4c
Allow Colo Heracross lock-in skip
...
First = no locks; would be duplicate with the original Heracross locks, so just use the First since it's most permissive.
https://projectpokemon.org/home/forums/topic/64263-invalid-encounter-type-pid-mismatch/
ty Johh !
2023-11-23 23:32:06 -08:00
sora10pls
088bc29691
Ow, the edge
2023-11-23 19:06:30 -05:00
Sakura
ef52c390df
Add Team Star Revavroom Date ( #4071 )
2023-11-22 12:21:29 -05:00
Kurt
48d9368d3d
Fix CountTutor3
...
ty chris
2023-11-21 18:47:14 -08:00
Sakura
684ea363d8
Add Alex Dragapult Date ( #4065 )
2023-11-18 21:45:30 -05:00
sora10pls
9b8cda39e7
Add Gen5 Musical Prop editor
...
Closes #4069
Chinese localizations copied from English (was not an available language until Gen7), contributions welcome!
Co-Authored-By: Jonathan Herbert <3344332+foohyfooh@users.noreply.github.com>
2023-11-18 21:41:10 -05:00
sora10pls
2e1e2b74f7
Add B2W2 Medal localizations
...
Closes #4068
Chinese localizations copied from English (was not an available language until Gen7), contributions welcome!
Fix typo categries -> categories
2023-11-18 21:15:38 -05:00
Fábio H. Attard
002d1d015f
Secondary heuristic to distinguish SAV1 save files between versions RB and YW earlier, if the Starter value was not set yet ( #4064 )
2023-11-17 10:25:31 -08:00
sora10pls
aec0367085
Add Eevee Day raid/outbreak BCAT data
2023-11-16 19:07:20 -05:00
Jonathan Herbert
876f4f4737
Document Location of Scarlet and Violet Rental Team Codes ( #4062 )
2023-11-14 19:36:23 -08:00