Commit Graph

887 Commits

Author SHA1 Message Date
Flashfyre 6a6d676cb2 Attempt fixing one hit KO 2024-03-09 10:40:51 -05:00
Flashfyre f98a866943 Fix Bellibolt sprite always showing as shiny 2024-03-08 20:30:30 -05:00
Flashfyre eb6c3ba83f Fix enemy trainers being able to switch out during multi-turn moves 2024-03-08 18:38:04 -05:00
Flashfyre 8c6f77f4c0 Fix crash with Future Sight after catch 2024-03-08 15:52:33 -05:00
Flashfyre 4d8663d274 Fix pickup working on the same item multiple times 2024-03-08 14:49:17 -05:00
Flashfyre b147cf8f37 Fix Fake Out implementation not working properly 2024-03-08 13:14:08 -05:00
Flashfyre 9725cf47b7 Add Pokemon info display on catch 2024-03-07 22:43:15 -05:00
Flashfyre da492cfac7 Metronome doesn't select unimplemented moves 2024-03-07 20:13:31 -05:00
Flashfyre 9ad932e018 Tweak wild evolution delays 2024-03-07 16:53:03 -05:00
Flashfyre 7a2e00758e Replace .ogg with .m4a for iOS support 2024-03-07 14:54:25 -05:00
Flashfyre da6d4bba2e Fix pickup working on non-transferrable items 2024-03-07 13:07:58 -05:00
Madmadness65 8f3d76d358 Fix the 6th rival fight not having Gen 9 starters
This will probably fix the case of the rival randomly changing their starters for this fight in particular.
2024-03-07 11:54:12 -06:00
Flashfyre 64f6c9de09 Re-implement switch out softlock with double rewards bug fixed 2024-03-07 08:42:04 -05:00
Flashfyre d18eba4df8 Fix Pickup causing crash outside of battle 2024-03-07 08:23:21 -05:00
Flashfyre 9ff7a95dc0 Revert "Fix softlock with wild switch out moves"
This reverts commit 2ce74716f7.
2024-03-07 07:05:11 -05:00
Flashfyre 2ce74716f7 Fix softlock with wild switch out moves 2024-03-07 00:04:38 -05:00
Flashfyre 7efd8aa834 Improvements to spliced name generation 2024-03-06 23:57:11 -05:00
Flashfyre 1861823673 Add fusion icon on party and summary screen 2024-03-06 23:20:53 -05:00
Flashfyre 3fea44de6f Fix bug with trainer double battles and implement Magnetic Flux move 2024-03-06 22:41:55 -05:00
Flashfyre a4528f5349 Fix crash on giving a Pokemon a held item 2024-03-06 21:12:31 -05:00
Flashfyre 113ac10c1b Implement Pickup ability 2024-03-06 21:05:23 -05:00
Flashfyre bc236cd048 Add check for max stack count of 0 2024-03-06 20:20:57 -05:00
Madmadness65 20ad5e6a42 Add music tracks for Gen 1-5 Leaders & Champions
All added tracks are from B2W2, primarily the PWT versions.
2024-03-06 17:57:45 -06:00
Flashfyre 50b9bf10a7 Add toggle for fusion palette swaps 2024-03-05 21:54:26 -05:00
Flashfyre 9ee254a18a Update spliced icon again 2024-03-05 21:36:42 -05:00
Flashfyre 8395a84b60 Update spliced icon 2024-03-05 20:36:01 -05:00
Flashfyre e2bfac8922 Add unique Rogue Ball sprites 2024-03-05 19:48:41 -05:00
Flashfyre 5efec5906a Make transfer option free 2024-03-04 23:59:15 -05:00
Flashfyre 6886108ee8 Fix clear arena tags not working properly 2024-03-04 23:22:22 -05:00
Flashfyre 62b6157426 Rebalance item stealing moves 2024-03-04 21:51:28 -05:00
Flashfyre 95bfb2a056 Implement Skill Swap and fix Wonder Guard with status moves 2024-03-04 21:32:11 -05:00
Flashfyre 893c20fc16 Remove status effect move type immunity 2024-03-04 20:28:55 -05:00
Madmadness65 4e5121b9c9 Update egg moves
The latest changes from the spreadsheet included.
2024-03-04 10:26:54 -06:00
Madmadness65 2374b770f2 Minor graphic fix
Gastrodon-West's shiny icon was just a copy of the regular one.
2024-03-04 09:22:58 -06:00
Flashfyre dbcd476da6 Add missing Gastrodon west form icon 2024-03-04 10:15:57 -05:00
Madmadness65 616c2ea05c Implement U-turn; Shellos & Gastrodon forms
Shellos and Gastrodon can randomly be found as their West Sea forms now.
2024-03-04 01:47:37 -06:00
Madmadness65 859ce259aa Swap nature colors on starter screen
Also unmarking the Let's Go and Torque attacks as unused, now that they're used as egg moves.
2024-03-03 23:44:37 -06:00
Flashfyre 123d268619 Fixed damage moves are no longer affected by tokens 2024-03-03 23:55:52 -05:00
Flashfyre 413d748287 Fix moves that ignore boss segments not breaking segments 2024-03-03 23:50:33 -05:00
Flashfyre 477680fab2 Update some egg moves 2024-03-03 22:34:59 -05:00
Flashfyre c683f72aad Replace type gacha with rare egg move gacha 2024-03-03 21:30:11 -05:00
Madmadness65 6dc5e7b1fd Minor fix for Tarountula's egg moves
Replaced a duplicate Sucker Punch with Steamroller.
2024-03-03 17:19:50 -06:00
Madmadness65 5371c1eb22 Change evolution methods for Hisui Pokémon
Requiring being in the Ruins to evolve was deemed too restrictive, so most Hisuian forms now require dusk or night to evolve. This also means the normal forms require dawn or day to evolve now as well. Hisui Lilligant being the outlier, was given a new evolution item instead, the Relic Band.
2024-03-03 13:37:10 -06:00
Madmadness65 a5d80cfcee Fix Deoxys-Normal's sprites being misnamed 2024-03-03 09:08:59 -06:00
Flashfyre 585b8c73f6 Change rare egg move rarity to correlate with egg rarity 2024-03-02 23:24:28 -05:00
Madmadness65 eaaa7a2310 Fix Alolan forms' egg moves being incorrect 2024-03-02 09:37:58 -06:00
Flashfyre 7bd0cb784c Fix some egg move issues 2024-03-02 10:31:43 -05:00
Flashfyre 0011f6033b Fix redundant item update for each transferred item when fusing 2024-03-02 10:23:54 -05:00
Flashfyre 702ac190da Don't fail to load save if somehow a move is null 2024-03-02 09:46:08 -05:00
Flashfyre 96d2813d95 Allow negative boss segment index for catch restriction 2024-03-01 23:10:46 -05:00