Kurt
c8909a4326
GB stats: Ceil instead of +1
...
Wrong: #2265
Edge case (exact sqrt); Closes #3841
2023-03-19 12:18:10 -07:00
javierhimura
66d897c41a
ResetBoxNames in UpdateBoxViewers ( #3839 )
2023-03-19 10:33:55 -07:00
Eelen
994685cad5
Update CHS translations ( #3836 )
...
Co-authored-by: Leo <103500840+wubinwww@users.noreply.github.com>
2023-03-19 10:11:04 -07:00
notzyro
df481c9b25
Label SV GO Vivillon Save Blocks ( #3838 )
...
- Rename FSYS_Vivillon for uniformity
- Labels bool for GOVivillon form is enabled
- Labels unix time stamp for GOVivillon postcard expiration
2023-03-18 16:38:11 -07:00
sora10pls
61a87333c0
Re-ban impossible SV Egg Moves
...
See e20b5cb325
2023-03-18 09:05:34 -04:00
Kurt
7e3af18b2e
Fix inverted bdsp footprint ribbon check
...
Net7 must have rewritten the logic and I partially reverted
https://projectpokemon.org/home/forums/topic/57375-pkhex-new-update-legality-errors-contribution-page/?do=findComment&comment=282543
2023-03-16 21:05:42 -07:00
sora10pls
5110c62d25
Add latest distribution raid data 🦉
2023-03-16 20:05:39 -04:00
Lusamine
c0796780fa
Tweak BulkAnalysis output
2023-03-15 21:24:03 -05:00
sora10pls
cef70fe874
Update sprites for 1009/1010
...
These finally got pushed to their servers last night. The Walking Wake sprite on HOME's servers is different from the one in SV 1.2.0, the one in-game likely be updated with the first wave of DLC.
Also remove accidental extra Alcremie sprite (formarg 7 does not exist).
2023-03-15 09:05:57 -04:00
Kurt
662cc99141
Rework mail slot swapping
...
Closes #3831
2023-03-10 19:49:35 -08:00
Kurt
d13b39231a
Fix unset geoloc gen4/5
...
Closes #3833
2023-03-10 19:34:49 -08:00
Jonathan Herbert
547ec8ad12
Fix SwSh Treasure Inventory Tab Mislabeled As Mail ( #3832 )
2023-03-08 11:52:18 -08:00
Kurt
7b07334a5a
Update Vivillon3DS.cs
2023-03-05 12:27:17 -08:00
Kurt
827b7455c0
Update Vivillon 3DS pattern handling
...
Follow up to #3235 , this time closing the book for good.
From a bulk analysis perspective, having multiple patterns[0, 17] of Vivillon for the same Gen6/7 OT is illegal. Maybe not for traded eggs?
2023-03-05 01:39:13 -08:00
Kurt
29b3b695bd
Pre-allocate some dictionary sizes
...
Skips the bucket array resizing steps
a 256 key dict will garbage 5KB; StringConverter2KOR wastes 100KB of garbage.
Zukan7b: save 144 bytes and eliminate cctor
2023-03-04 20:00:27 -08:00
Kurt
2c405f98b1
Deduplicate zh Gen5 met locations
...
StringQualityTests now passes again.
2023-03-04 19:31:03 -08:00
Kurt
284dd6d995
Update EncounterEgg.cs
2023-03-04 15:10:34 -08:00
Kurt
81bcd95dc1
Revise Vivillon form sanity check
...
Previously, slots were hard-matched to 18; now since they're "random", we need to flag out of bounds values.
2023-03-04 14:53:01 -08:00
Kurt
94d5ca491f
FormRandom SV Vivillon
2023-03-04 14:48:40 -08:00
Eelen
5246d67284
Update CHS Translations ( #3825 )
...
Co-authored-by: Leo <103500840+wubinwww@users.noreply.github.com>
2023-03-04 13:22:06 -08:00
Ammako
0a1b4196b1
Fix Wishmaker Jirachi ( #3824 )
...
Needs ID32 because Wishmaker Jirachi is a fixed 00000 SID, unlike Channel Jirachi.
2023-03-04 13:21:57 -08:00
BlackShark
cb0ef52676
Minor UI fixes ( #3823 )
...
* Resized SettingsEditor
* Fixed mislabeled Gen 3 MiscEditor
2023-03-03 00:52:19 -08:00
Kurt
569a4a7832
Add postcard before multiplayer size
2023-02-28 20:03:46 -08:00
Kurt
57d32456f6
Update 23.02.27
2023-02-27 19:21:56 -08:00
Kurt
0f1fba86f7
S/V 1.2.0 Support ( #3819 )
2023-02-27 19:12:27 -08:00
Eelen
353ca40f42
Update CHS Translations ( #3802 )
...
Co-authored-by: wu professor <103500840+wubinwww@users.noreply.github.com>
2023-02-27 18:15:13 -08:00
Manu
5ef3837d3f
Fix Jiseok Garganacl start date ( #3815 )
2023-02-27 16:18:39 -08:00
Manu
8de4b8b90f
Update Italian translation for Copy Raid button ( #3814 )
2023-02-27 05:52:18 -08:00
Kurt
7b93491025
Tab separated country/region tables
...
https://github.com/kwsch/PKHeX/pull/3810#issuecomment-1445519631
SuggestAppend for gen4/5 trainer country/region editor
Add country:0 for 3DS locale for consistency
Use — for "None"
2023-02-26 17:41:22 -08:00
abcboy101
30aa1cc9aa
Add Geonet location editing for Gen 4/5 ( #3810 )
...
* Add Geonet location to SAV4 and SAV5
* Allow commas to be escaped in subregion names
* Add missing 3DS subregions
* Add Geonet location editing
* Ensure null values are kept as the first option in GetCountryRegionList
* Add Geonet locations in CHS/CHT
2023-02-26 16:33:53 -08:00
Koi-3088
724915d5a8
Add build timestamp. ( #3796 )
2023-02-26 16:26:01 -08:00
Kurt
52f1bf081c
Add SizeType9 for fixed range Scale values
2023-02-26 16:14:11 -08:00
Kurt
b4b1310934
Rework jagged crypt operation
...
Fixes checksums for Colo
Closes #3803
2023-02-26 15:18:32 -08:00
Kurt
839a76d6a3
Slightly better perf for HiddenPower/Nickname
...
No more stackalloc for temp string trimming/rebuilding. Really jank strings with multiple parens shouldn't need to be recognized.
Handle bad TeraType pkm values
Handle unrecognized Hidden Power types (Fairy), don't show "Normal"
Hide Tera Type import if requested for non-Tera formats, and gen8 props too.
2023-02-26 13:51:58 -08:00
sora10pls
0a07edb705
Add latest distribution raid data 🐭 ⚡ 💧
2023-02-23 19:08:08 -05:00
Lusamine
0fa4ec8dce
Fully update button naming/localization for propagating SV raids
...
Standardizes capitalization of "raid" in the editor and updates
shortcuts to indicate holding Shift to propagate seed.
Closes #3807
2023-02-23 11:08:33 -06:00
Kurt
812aa0a2d3
ThrowIfNull net7
2023-02-23 01:07:46 -08:00
Kurt
552676ed3a
Add counter overflow check
...
Never will happen, but not worth arguing over because this is essentially what the ROM does. Entry to this method requires both OK.
91c040b081/src/save.c (L587-L605)
Closes #3805
2023-02-23 00:48:03 -08:00
Kurt
77cac48d34
Add sanity check for min level eggs
...
Closes #3797
2023-02-18 23:19:50 -08:00
Lusamine
3e5c31a7b5
Add server dates for Jiseok's Garganacl event
2023-02-17 02:22:39 -06:00
mi-ya1987
f3719e1d32
Fix Emerald flag Japanese localization ( #3792 )
...
* Update const_e_ja.txt
2023-02-17 00:09:06 -08:00
Manu
1d2c8d27ba
Fix MetDate for WC9 templates ( #3790 )
...
* fix flabébé wc9 details
* add JumpFesta Gyarados EncounterServerDate
* Fix MetDate when generating from WC9 template
2023-02-16 23:57:03 -08:00
Kurt
6daad3a1d1
Update CGearBackground.cs
...
Closes #3789
2023-02-16 23:51:15 -08:00
mi-ya1987
07fdae71f1
Fix extensions of Japanese RSE flag files ( #3791 )
...
* Rename const_e_ja to const_e_ja.txt
* Rename const_rs_ja to const_rs_ja.txt
* Rename flags_e_ja to flags_e_ja.txt
* Rename flags_rs_ja to flags_rs_ja.txt
2023-02-16 22:11:04 -08:00
mi-ya1987
db32f960c2
Create const_e_ja ( #3783 )
2023-02-16 19:39:44 -08:00
mi-ya1987
6ab1474523
Create flags_e_ja ( #3782 )
2023-02-16 19:39:32 -08:00
mi-ya1987
4de0844b84
Create const_rs_ja ( #3781 )
2023-02-16 19:39:16 -08:00
mi-ya1987
735916ab8a
Create flags_rs_ja ( #3780 )
2023-02-16 19:39:06 -08:00
mi-ya1987
0140f86add
Update flags_e_en.txt ( #3787 )
2023-02-16 19:35:15 -08:00
mi-ya1987
e12878fc48
Update flags_frlg_ja.txt ( #3785 )
2023-02-16 19:33:44 -08:00