Commit Graph

232 Commits (fdff3a549c9cca2f8af0624e343d2f1ce8afb218)

Author SHA1 Message Date
Flashfyre d0a60a7f86 Adjust fusion evolutions for starters 2023-11-08 18:36:30 -05:00
Flashfyre 2257d8d2f2 Add memory mushroom item for remembering moves 2023-11-08 17:30:07 -05:00
Flashfyre c62cb27cdb Reimplement one-hit KO effect 2023-11-07 22:23:42 -05:00
Flashfyre 39a458cb3a Don't allow instant revivals for a one hit KO move 2023-11-07 20:02:42 -05:00
Flashfyre 79c5b3d4f3 Inherit shininess from splices 2023-11-05 23:48:04 -05:00
Flashfyre 28f8fdfdc1 Implement unaware ability 2023-11-05 23:27:40 -05:00
Flashfyre cc27913728 Fix opponent post-summon ability triggers happening twice in trainer battles 2023-11-05 22:44:49 -05:00
Flashfyre 52039849ac Fix faint cry using wrong form index 2023-11-05 22:32:08 -05:00
Flashfyre b85bb0916d Add spliced endless mode and splice indicator 2023-11-04 19:46:48 -04:00
Flashfyre e07339e3eb Add DNA splicers and Pokemon fusing 2023-11-04 00:32:12 -04:00
Flashfyre 74f6e9a8f2 Update modifier bar display to avoid clutter and improve performance 2023-10-31 21:43:22 -04:00
Flashfyre ca4f9297a8 Implement switch moves 2023-10-31 14:09:33 -04:00
Flashfyre 7d75bffab4 Fix issue with generating enemy forms 2023-10-30 14:57:23 -04:00
Flashfyre 1ae54de59e Fix multi-hit move implementation 2023-10-30 12:33:20 -04:00
Flashfyre c0a5d86ab1 Fix issue with hidden abilities 2023-10-29 23:11:30 -04:00
Flashfyre 2c17efca9b Implement hidden abilities and ability charm 2023-10-29 22:18:02 -04:00
Flashfyre 813b4894f3 Implement Transform move and Imposter ability 2023-10-29 01:28:56 -04:00
Flashfyre d1c58224bc Add base logic for enemy buff modifiers 2023-10-28 13:24:57 -04:00
Flashfyre ae6d4d0ea0 Don't boost enemy trainer shiny odds with shiny charm 2023-10-28 10:51:34 -04:00
xDasone 1d8cf50f1b Implemented Anger Point Ability 2023-10-26 21:12:53 -07:00
Flashfyre d54a4be7b4 Implement Adaptability ability 2023-10-26 20:02:30 -04:00
Flashfyre d3f55ad4ae Add game settings 2023-10-26 16:33:59 -04:00
Flashfyre 0ac853eba2 Add Pokerus and give only Golden EXP Charms until wave 40 2023-10-25 14:15:44 -04:00
Flashfyre e0acb1e737 Fix Disable implementation 2023-10-25 09:41:37 -04:00
Flashfyre 610218fe16 Clone modifiers when getting Shedinja 2023-10-24 18:44:38 -04:00
Flashfyre 50cbad3af3 Add icons for Mega Rayquaza and Eternamax Eternatus 2023-10-24 15:17:41 -04:00
Flashfyre 08364d9060 Fix reviver seed causing infinite loop and clear status on revive 2023-10-22 10:41:49 -04:00
Flashfyre 96a154f5e0 Add Pokemon heal function 2023-10-21 20:52:19 -04:00
Flashfyre 96a15ccb0d Adjust game volume 2023-10-21 08:58:39 -04:00
Flashfyre c778ef5e36 Add Mega Rayquaza (static sprite) 2023-10-20 14:19:22 -04:00
Flashfyre 59767c7607 Attempt fixing crash when getting EXP value 2023-10-19 22:54:19 -04:00
Flashfyre 6ab6360ec9 Add 1.5x EXP bonus for trainer battles 2023-10-19 22:41:00 -04:00
Flashfyre 83c70889fc Implement trainer battles and various changes
Implement trainer battles; add dialogue functionality; add random session seed for predictable random results; remove capitalization from text; add full party heal after every 10 waves
2023-10-18 18:01:15 -04:00
Flashfyre 48797cb20f Add WiP trainer logic 2023-10-07 16:08:33 -04:00
Flashfyre 798f6cc53f Add quicker party member EXP display and fix some minor bugs 2023-10-04 17:24:28 -04:00
Flashfyre 46c31f9595 Add scaling level cap and party switch option after load
Add scaling level cap and party switch option after load; update Phaser to newest beta version
2023-10-03 12:50:31 -04:00
Flashfyre 6804476a3c Fix some move target issues 2023-07-11 11:32:56 -04:00
Flashfyre 1e8798b708 Make type immunity abilities block status moves 2023-07-04 16:47:23 -04:00
Flashfyre 64da443fa6 Fix issues with logic related to AI targeting and types 2023-07-04 15:25:11 -04:00
Flashfyre f7ca13d96e Fix crashing issues 2023-06-06 10:14:53 -04:00
Flashfyre 6b1f96e0c1 Fix issues with shader code 2023-06-05 23:01:00 -04:00
Flashfyre da8629164e Fix some bugs 2023-06-05 11:39:49 -04:00
Flashfyre 0cc87b4ba0 Add sprite shadows and update engine 2023-06-04 21:47:43 -04:00
Flashfyre bf2eca2851 Add shader for sprite tone 2023-06-02 18:33:51 -04:00
Flashfyre 3fc830f401 Fix some bugs related to double battles 2023-06-02 11:41:08 -04:00
Flashfyre 85c2ca718a Add Wonder Guard HP exception 2023-05-29 13:25:36 -04:00
Flashfyre ab5f66f11c Minor changes 2023-05-23 10:44:33 -04:00
Flashfyre b0112c5acb Fix issue with battle continuing after enemy faint 2023-05-19 12:35:06 -04:00
Samuel H b9f7ba173d
Implement Double Battles (#1)
* Add WiP logic for double battles

* Minor changes for double battles

* More fixes for double battles

* Show battle info for both in double battles

* Improvements to double battles

* Add double battle version of party UI

* Fix some issues with double battles

* Updates to double battles

* More work on double battles for stability

* Fix issues with ability bar and evolution screen

* Add chance for double battles
2023-05-18 11:11:06 -04:00
Flashfyre b82d3a55e4 Implement some moves 2023-05-08 18:48:35 -04:00
Flashfyre fda8e6055a Fix typo in move setting logic 2023-05-06 17:31:45 -04:00
Flashfyre 15cfd3bad4 Add color change ability, some moves, and fix mimic 2023-05-06 00:42:01 -04:00
Flashfyre 45f73cc6ed Add missing import 2023-05-05 22:05:26 -04:00
Flashfyre 095d98a8cb Implement some moves 2023-05-05 18:20:55 -04:00
Flashfyre d1d65708ce Implement some abilities and attract move 2023-05-04 12:57:55 -04:00
Flashfyre 884c5cc40f Add weather change abilities 2023-05-04 10:25:11 -04:00
Flashfyre 230b582b66 Count all hits for multi hit moves 2023-05-03 00:00:21 -04:00
Flashfyre dafe502b3c Implement some abilities 2023-05-02 15:56:41 -04:00
Flashfyre f6c7a2906d Add crit block abilities and fix some common anims 2023-05-01 22:07:00 -04:00
Flashfyre fe298c39e2 Add tall grass BG and fix a hanging bug with charge moves 2023-04-30 23:58:16 -04:00
Flashfyre 842ea5af40 Initially lock Mini Black Hole item 2023-04-29 01:40:24 -04:00
Flashfyre 2b95d4ce51 Add Baton modifier 2023-04-28 19:26:41 -04:00
Flashfyre a2ecb4089d Add session save data 2023-04-28 15:03:42 -04:00
Flashfyre fcd711673d Fix some bugs 2023-04-28 00:25:33 -04:00
Flashfyre 2062d44026 Add Wonder Guard ability and remove test code 2023-04-27 14:56:30 -04:00
Flashfyre 005cc9b7d5 Add more abilities and move contact flag 2023-04-27 14:30:03 -04:00
Flashfyre c614295b5e Begin implementing abilities 2023-04-26 23:33:13 -04:00
Flashfyre 55ba3cd5e7 Add Xerneas, Yveltal, and Eternatus 2023-04-26 16:07:29 -04:00
Flashfyre 592ccc7c6a Add starter select ability selection 2023-04-26 12:50:21 -04:00
Flashfyre 714e6408f5 Make music tracks loop seamlessly 2023-04-25 23:56:38 -04:00
Flashfyre 9056104bd1 Rework battle animation system 2023-04-25 19:24:59 -04:00
Flashfyre a148ecab80 Add King's Rock and more berry types 2023-04-25 01:32:48 -04:00
Flashfyre 3753ea73be Fix some bugs 2023-04-24 22:32:12 -04:00
Flashfyre 92c8583129 Refactor move attribute logic and add arena trap moves 2023-04-24 14:30:21 -04:00
Flashfyre c1e048e9af Add Focus Band item 2023-04-23 21:31:06 -04:00
Flashfyre ebdfb7b4cb Add items and ability to summary 2023-04-23 18:40:21 -04:00
Flashfyre db5db61272 Add stats screen to summary 2023-04-23 16:36:03 -04:00
Flashfyre 032e26728b Fix some bugs 2023-04-23 01:03:09 -04:00
Flashfyre 2ac0a3645f Add switch out preventing to traps 2023-04-22 22:14:53 -04:00
Flashfyre 77999671b2 Add more move implementations 2023-04-21 19:30:04 -04:00
Flashfyre 3b238737a1 Fix some bugs 2023-04-21 00:10:45 -04:00
Flashfyre 4d69d3b219 Fix evolved enemy Pokemon icons not being initialized 2023-04-21 00:04:48 -04:00
Flashfyre 50b264ad77 Add recharging move logic 2023-04-20 21:32:48 -04:00
Flashfyre 60ac4e096c Add enemy modifiers functionality 2023-04-20 19:44:56 -04:00
Flashfyre 3546f3b5a7 Refactor source files and add berries 2023-04-20 15:46:05 -04:00
Flashfyre 52a28ed95a Add logic for disable move 2023-04-19 18:19:55 -04:00
Flashfyre da0d607f26 Add some move effects 2023-04-19 16:52:14 -04:00
Flashfyre d2d2f956ef Overhaul modifiers and add temp stat boosts 2023-04-18 22:09:37 -04:00
Flashfyre 40058539a7 Fix crashes 2023-04-18 15:07:10 -04:00
Flashfyre 8d8f3d6c92 Add recoil damage and sacrificial moves 2023-04-18 13:36:11 -04:00
Flashfyre 1574d16275 Add leech seed and protect effects 2023-04-18 12:30:47 -04:00
Flashfyre fcdd7c421e Add persistent data for catches 2023-04-18 01:32:26 -04:00
Flashfyre 00ad27247c Add WiP features related to forms and save data 2023-04-17 22:44:41 -04:00
Flashfyre bcafa47673 Fix not loading shiny assets properly 2023-04-17 08:23:30 -04:00
Flashfyre 32d6bea725 Add weather and weather-related move effects 2023-04-17 00:46:50 -04:00
Flashfyre a66d2a8d17 Add sleep moves 2023-04-16 18:40:32 -04:00
Flashfyre 683a8f4d04 Add HP recovery move effects 2023-04-16 00:29:55 -04:00
Flashfyre 0997bdf55b Fix issue with item-based evolutions 2023-04-15 22:51:33 -04:00
Flashfyre 8773f25e66 Simplify EXP formula for gameplay reasons 2023-04-15 22:12:59 -04:00
Flashfyre 0e9710d45c Add move priority, flinching, and fixed damage 2023-04-15 17:40:18 -04:00
Flashfyre 656b6951b6 Add confusion and frenzy move effects 2023-04-15 01:32:16 -04:00
Flashfyre b11e391e7a Add evolution items and new modifiers 2023-04-14 18:21:33 -04:00
Flashfyre 927f17b71f Add Shell Bell modifier 2023-04-14 01:08:44 -04:00
Flashfyre 618128dd00 Fix bug with releasing first party member 2023-04-13 23:50:48 -04:00
Flashfyre 1b8c8b5a3f Battle animation improvements 2023-04-13 23:04:51 -04:00
Flashfyre 791bf3cc49 Add charging moves and tag system 2023-04-13 12:16:36 -04:00
Flashfyre 6397a10998 Add starter select 2023-04-12 19:09:15 -04:00
Flashfyre b0ecb9d5f5 Add status effects 2023-04-11 19:08:03 -04:00
Flashfyre 3f9fbc1267 Add common and charge animation data 2023-04-11 13:00:04 -04:00
Flashfyre 690e284f4d Add ethers and elixirs 2023-04-11 11:04:39 -04:00
Flashfyre 53ab693bad Add release option on full party 2023-04-11 01:31:18 -04:00
Flashfyre 525cf41b5e Fix UI layering issue with evolution screen 2023-04-11 00:56:05 -04:00
Flashfyre f7490c871a Move enhancements and stat modifiers 2023-04-10 23:15:06 -04:00
Flashfyre 7b216ce4c1 Implement multi-hit moves 2023-04-10 16:17:25 -04:00
Flashfyre 3723e25682 Fix import issues with battle phase 2023-04-10 14:12:01 -04:00
Flashfyre 5b097b347b Finish evolution logic and sequence 2023-04-10 13:54:06 -04:00
Flashfyre 824106c2a3 Add WiP evolution phase 2023-04-10 07:59:00 -04:00
Flashfyre 15105231ba Refactor modifiers 2023-04-09 19:15:21 -04:00
Flashfyre a5186d378d Add TM modifiers 2023-04-08 00:21:44 -04:00
Flashfyre b743a44f4b Add move description text scrolling and summary sprite 2023-04-07 13:23:55 -04:00
Flashfyre b9f21551f4 Add WiP move replacement and UI transition 2023-04-06 22:24:13 -04:00
Flashfyre 2a22b31129 Fix animation not resuming after faint 2023-04-04 21:10:11 -04:00
Flashfyre c9c4e82f7f Add WiP move attributes system 2023-04-03 23:38:31 -04:00
Flashfyre 1cf81869d0 Add Pokemon Reborn move animations 2023-04-03 20:47:41 -04:00
Flashfyre 987697e6c7 Add gender indicator 2023-04-01 20:06:44 -04:00
Flashfyre f8283a810a Add move accuracy checks 2023-03-31 22:31:20 -04:00
Flashfyre 124f69f1ec Various changes 2023-03-31 20:19:57 -04:00
Flashfyre d90c91af06 Various changes 2023-03-30 23:02:35 -04:00
Flashfyre 7e3cde77be Add luxury ball and golden egg sprite 2023-03-29 22:56:43 -04:00
Flashfyre 27c0b64a3f Changes to plains arena pool 2023-03-29 12:23:52 -04:00
Flashfyre a739a1666f Add auto mode and various changes 2023-03-29 00:31:25 -04:00
Flashfyre 2f17903d30 Initial commit 2023-03-28 14:54:52 -04:00