José Ricardo Fleury Oliveira
2a32189ea1
Added Portuguese (Brazil) translations ( #766 )
...
* Add support for Portuguese (Brazil) locale, except for moves and abilities.
* All ptBR translations, names of moves and abilities maintained in english.
* Small fixes
* Updated Frisk and fixed Plus and Minus descriptions
* Changed the settings label to "Português (BR)"
2024-05-13 11:18:24 -05:00
Matthew
21a0a0276d
add pokeball override ( #793 )
2024-05-13 03:40:53 -05:00
Samuel H
2b9b63e3f3
Add combined save between waves ( #777 )
2024-05-12 23:01:05 -04:00
Flashfyre
f540b7d17f
Fix always clearing first slot in offline mode
2024-05-11 20:33:03 -04:00
Flashfyre
9cfc09f673
Restructure game over logic to save before clear
2024-05-10 18:12:33 -04:00
Greenlamp2
b32b802ab4
QOL - Settings to choose party Exp display at the end of fight ( #488 )
...
* added settings to manage how to display party experience at the end of fight
* added back stats changes support when setting is on but ignored when on skip
* removed a useless parameter
* added new level in the text
* only Lv. UP if level is greated than 200
* cleanup
* added some comment
* TSDoc comment block
* EXP_Party -> EXP_Party_Display, Only Up -> Level Up Notification
* better duration for the level up notification
* typo
Co-authored-by: Samuel H <flashfireex@gmail.com>
---------
Co-authored-by: Samuel H <flashfireex@gmail.com>
2024-05-10 09:54:14 -04:00
Greenlamp2
22a73642df
Fix - Gamepad support setting "lost focus" behaviour ( #658 )
...
* fix "lost focus behaviour" when disabling gamepad and thus repeating RIGHT key
* added some comment
* added full TSDoc, helped by chatGPT, refined every entry manually of course
2024-05-10 09:26:45 -04:00
maru
7f0362e124
Fix it for real this time
2024-05-09 07:30:19 -04:00
maru
c1cff02a18
Fix bug with accounts being unable to create new saves
2024-05-09 06:22:33 -04:00
Xavion3
e6ba60364e
Save battler tags ( #516 )
...
* Save battler tags
Also saves the rest of the summonData except for transform specific things.
* Add missing values for type boost tag.
* Add intellisense comments
2024-05-09 00:37:51 -05:00
Madmadness65
e39b157767
Make Simplified Chinese locale use zh_CN
2024-05-08 23:13:38 -05:00
Jane620
5992d9eb81
add simplifed chinese locale ( #485 )
...
* add chinese locale, but translation is not yet complete.
* Add chs and cht locale
* translate ability,move,pokeball,pokemon
* Add files via upload
* Add files via upload
* Update i18n.ts
* Delete src/locales/zh_cn directory
* Add files via upload
* Update settings.ts
* Delete src/locales/chs directory
* Add files via upload
* add tutorial
* fix conflict issue
* remove cht, due to chs is almost done by justhil
* remove duplicated setting
* spell correction
---------
Co-authored-by: ZXZhuang <2993968012@qq.com>
Co-authored-by: justhil <138752349+justhil@users.noreply.github.com>
Co-authored-by: Jianfeng 2. Wang (NSB) <jianfeng.2.wang@nokia-sbell.com>
2024-05-08 22:59:49 -05:00
Flashfyre
e993bf9945
Fix session slot always saving to first slot in offline mode
2024-05-08 16:36:44 -04:00
Lugiad
e93777e52a
Names of the languages in their respectives languages ( #635 )
...
* Names of the languages in their respectives languages in settings
* Names of the languages in their respectives languages
2024-05-08 12:08:34 -05:00
Flashfyre
72b4552b01
Don't update user info on save for optimization
2024-05-07 13:36:52 -04:00
Tempoanon
4fcea107ab
Fix wrong stat displayed for mythicals hatched ( #601 )
2024-05-07 12:10:48 -05:00
alpaca
36cde21ce3
Adds ribbon in starter screen if mon has beat classic mode ( #370 )
...
* adds the ribbon asset, hooking it up
* works if override. need to add field on server side I imagine
* moves count to starterData, increments on win
* formatting
* increment works properly
* recursively check for prevolution
* cleaned up to use getRootSpeciesId()
* changes ribbon to gold medal version
* adds Akuma's ribbon achievements
* ribbons increment correctly
* missed ui handler update
* reorder achievements
* ribbon correct, vouchers not. currently investigating
* increments properly, but voucher reward phase not appearing
* some cleanup
* works great, need to better reflect who is getting ribbon in message and cry
* plays level fanfare, tabling cry for now
* reran items.bat
* Minor fixes
---------
Co-authored-by: Flashfyre <flashfireex@gmail.com>
2024-05-07 00:44:41 -04:00
Flashfyre
6a3ca62490
Add separate sub-legendary stats
2024-05-05 17:11:29 -04:00
Flashfyre
437cb87df9
Add separate achievements for sub-legendaries and rename pseudoLegendary field
2024-05-05 11:05:22 -04:00
Greenlamp2
d98f7733d4
Rework - Inputs management to include all gamepad mapping V2 ( #429 )
...
* rework of the input handling, including different gamepad and keyboard
* rework of the input handling, including different gamepad and keyboard
* first version of a too complex inputHandler based on phaser3-merged-input
* removed useless control management and kept it simple for our use case, investigating to put out button_XX()
* renamed inputHandler to inputController
* aggregate directions and some action into a same method + fix menu return value
* added back repeated input feature on keeping down a key
* cleanup + return type
* fix submit/action doing two things simultaneously, still same behaviour as before
* extracted UI inputs out of battle-scene
* tab -> spaces
* tab -> spaces what about now github ?
* tab -> spaces final (maybe)
* tried to fix the plugin loading issue on prod
* remove Plugins things as it's too uncertain how it works on prod
* seems old code source is indented with tab
* cleanup
* cleanup
* cleanup
* putting in an enum file the enum buttons
* fix repeating stats button + change message in event when the key is repeating
* added return type for ui-inputs
* added return type for inputs-controller
* adapted the code to integrate changes of bennybroseph
2024-05-05 10:30:00 -04:00
Benjamin Odom
3ed7649ce5
Remove Debug Code ( #480 )
...
Remove code intended only for debugging.
2024-05-05 18:45:54 +10:00
Benjamin Odom
dd76cbc7a2
Add Setting to Swap A and B on Gamepad ( #474 )
...
* Add Setting to Swap A and B on Gamepad
Added a new setting to swap the A and B button on controller. Defaults to off which retains the current behavior on live.
* Add comments
2024-05-05 01:25:57 -04:00
Alessandro Bruzzese
41f9420c90
Added Italian translations for ability.ts and other element ( #471 )
2024-05-04 21:00:28 -05:00
Xavion3
bc319a8eda
Fix eggs during dailies
2024-05-03 10:28:40 -04:00
Flashfyre
991f097e9e
Rebalance friendship and add starter friendship with candy reward
2024-05-02 17:48:08 -04:00
Flashfyre
86b0596a60
Add rogue achievement and voucher tier
2024-05-01 19:28:07 -04:00
Flashfyre
6b9542511f
Add fusion luck as a separate field
2024-04-26 18:27:00 -04:00
Flashfyre
bf2a83993c
Make luck independent from shininess and variant
2024-04-26 17:32:28 -04:00
Flashfyre
ef552c7ffd
Fix crash with certain animated variant sprites
2024-04-26 02:00:58 -04:00
BronzeMaster5000
e3ef65523a
Added german as selectable in options
...
Also added a comment in i18n that refers to how to add a language to the game settings menu to actually select it.
2024-04-25 21:21:44 -04:00
Flashfyre
4a703c938d
Add load message handler for too many connections
2024-04-25 14:47:32 -04:00
Flashfyre
daba4e9482
Fix not updating legendary and mythical Pokemon seen stats
2024-04-25 13:20:32 -04:00
Flashfyre
1d25935aa0
Enforce trainer IDs on write requests for data integrity
2024-04-25 09:17:48 -04:00
Flashfyre
97218be59c
Add back missing authorization headers
2024-04-24 19:26:04 -04:00
Flashfyre
cf3a7dca35
Comment out variant data fix to prevent ability data corruption
2024-04-24 09:26:46 -04:00
Flashfyre
e2effee43d
Fix typo
2024-04-23 22:32:04 -04:00
Flashfyre
1376ea4e87
Fix initial starters not having first ability unlocked
2024-04-23 22:16:49 -04:00
PabloG02
a71392f2d6
Add Spanish localization for menu, moves and pokeballs
2024-04-23 11:58:47 -04:00
Flashfyre
26b1bb5f03
Don't increment seen shiny count for trainers
2024-04-22 11:28:13 -04:00
Flashfyre
3d9f5fb157
Protect against cross-session overwrites
2024-04-21 16:19:11 -04:00
Flashfyre
c8a9069e8b
Add outdated session support and fix older migrations
2024-04-21 10:59:50 -04:00
Flashfyre
17eddd7b02
Consolidate broken variant data for players who missed 1.0.1
2024-04-20 22:30:28 -04:00
Flashfyre
fc06c4d9e1
Fix title querying with placeholder save slot
2024-04-20 18:46:36 -04:00
Flashfyre
706a85ed5b
Add missing pipeline data for shiny recolors in certain screens
2024-04-19 23:37:23 -04:00
Flashfyre
0ecc46ab97
Exclude authorization header where unnecessary
2024-04-19 17:35:49 -04:00
Miguel S
95d2ad2fb4
Added language setting ( #185 )
...
* Added language setting
* Allow properly changing language
---------
Co-authored-by: Flashfyre <flashfireex@gmail.com>
2024-04-19 14:55:01 -04:00
Flashfyre
e17aee5d48
Fix default starter hidden ability for new accounts
2024-04-19 12:24:52 -04:00
Flashfyre
5c367db8a3
Fix ability edge case when saving starter ability data
2024-04-19 11:01:22 -04:00
Flashfyre
b546203118
Fix shiny eggs corrupting candy count
2024-04-19 01:01:57 -04:00
Flashfyre
c76f8c5e7e
Add tiered shiny variants
2024-04-18 22:52:26 -04:00
Flashfyre
eab38a5ad4
Add more exp gains options
2024-04-18 00:50:04 -04:00
Hans Sorongon
0948295a98
Add option to hide exp gains after a battle
2024-04-18 00:50:04 -04:00
Flashfyre
e85179f7cd
Fix gamepad support not saving
2024-04-15 22:40:27 -04:00
Flashfyre
1ff206287a
Add setting for gamepad support
2024-04-15 20:13:58 -04:00
Flashfyre
0692a343a0
Fix duplicate candy count key for local
2024-04-15 19:47:12 -04:00
Flashfyre
6e59b4dd77
Prevent saving on an outdated client
2024-04-15 10:09:51 -04:00
Flashfyre
824a73ef71
Add candy system for passives and value reductions
2024-04-13 18:59:58 -04:00
Flashfyre
75075c6fab
Update missing save data handling
2024-04-11 00:18:16 -04:00
Flashfyre
eb5bdb07a8
Add outage handling
2024-04-10 01:32:49 -04:00
Flashfyre
2a6042ff7e
Add HP Bar Speed setting and fix Grip Claw HP skip bug
2024-04-09 15:34:57 -04:00
Flashfyre
b892a8b40e
Add option to disable move animations
2024-04-09 15:06:47 -04:00
Flashfyre
5ebc351e4f
Add a long-term goal
2024-04-05 22:58:40 -04:00
Flashfyre
3e99ed6bb6
Level up sound no longer pauses BGM
2024-04-04 17:43:37 -04:00
Flashfyre
326918a5f1
Add retry option (easy mode)
2024-04-04 15:22:05 -04:00
Flashfyre
075db8ae0c
Show icon when saving data
2024-04-04 10:16:29 -04:00
Flashfyre
84f6456972
Use nature override property instead of overwriting base nature
2024-04-02 23:00:56 -04:00
Flashfyre
a3e09ee5cc
Fix game not loading if save data is not found
2024-04-01 15:18:15 -04:00
Flashfyre
366e3e5120
Fix battle RNG varying when loading a game
2024-04-01 12:48:35 -04:00
Flashfyre
70d61700d0
Re-implement UI reskin with working legacy toggle
...
Re-implement UI reskin with working legacy toggle; add return to title option to menu
2024-03-31 21:14:35 -04:00
Flashfyre
30c7156c1a
Revert "Add UI reskin by LJ Birdman (WiP)"
...
This reverts commit 0200a2688a
.
2024-03-31 16:51:53 -04:00
Flashfyre
0200a2688a
Add UI reskin by LJ Birdman (WiP)
2024-03-31 16:49:53 -04:00
Flashfyre
ca0ae35422
Change default game speed from 1x to 2x
2024-03-31 00:03:39 -04:00
Flashfyre
7ca5cdc21b
Revert "Revert "Fix strong trainer party members often not evolving due to dividing by 0""
...
This reverts commit baaa00656e
.
2024-03-29 20:11:52 -04:00
Flashfyre
baaa00656e
Revert "Fix strong trainer party members often not evolving due to dividing by 0"
...
This reverts commit c59c5ca413
.
2024-03-29 13:52:21 -04:00
Flashfyre
c59c5ca413
Fix strong trainer party members often not evolving due to dividing by 0
2024-03-29 13:42:54 -04:00
Flashfyre
26bef151f4
Update starter value reduction thresholds to be per-cost
2024-03-28 17:29:31 -04:00
Flashfyre
c0b1724b1e
Fix not passing trainer name when loading data
2024-03-26 21:21:27 -04:00
Flashfyre
1ea0511abb
Convert included JS files to modules
2024-03-25 16:10:43 -04:00
Flashfyre
4633ac2426
Add failsafe if moves fail to load
2024-03-25 14:47:41 -04:00
Flashfyre
892d99a4f9
Add 50% chance to offset gym leader wave by 10 in classic
2024-03-25 11:00:42 -04:00
Flashfyre
efa8d4f3fc
Fix summon data not being loaded in on session load
2024-03-25 10:16:29 -04:00
Flashfyre
cf959c6e1b
Add proper title screen and logo
2024-03-21 13:12:05 -04:00
Flashfyre
7189258095
Actually fix single battle summoning issue
2024-03-21 12:34:19 -04:00
Flashfyre
b201cf0abc
Fix trainer-related crash when loading data
2024-03-21 01:05:46 -04:00
Flashfyre
a76f795cd5
Trainer updates including names and double battle pairs
...
Add dynamic trainer pairs; add trainer names with Bulbapedia scraping logic; add Hex Maniac trainer; make namebox stretch to fit name
2024-03-21 00:57:28 -04:00
Flashfyre
88e050581e
Add score to daily run mode
2024-03-19 00:03:41 -04:00
Flashfyre
0701598be6
Add session scores
2024-03-17 11:36:19 -04:00
Flashfyre
56f4a71ca6
Add daily runs (WiP)
2024-03-16 22:06:56 -04:00
Flashfyre
81f9e2da36
Add WiP logic for daily run and fix some performance issues
2024-03-15 21:59:34 -04:00
Flashfyre
7946938828
Fix errors when loading empty slots in local mode
2024-03-15 15:56:07 -04:00
Flashfyre
00255cb09a
Fully implement save slots and ""title"" screen changes
...
Fully implement save slots and ""title"" screen changes; fix issues with slots including clear data not working on game over and export/import not working; fix session play time not being recorded correctly
2024-03-15 15:13:32 -04:00
Flashfyre
879971ae2b
Add ""title"" screen and save data slots
2024-03-14 21:49:49 -04:00
Flashfyre
623d600e13
Add wrapper for game mode
2024-03-14 16:26:57 -04:00
Flashfyre
50b9bf10a7
Add toggle for fusion palette swaps
2024-03-05 21:54:26 -05:00
Flashfyre
5efec5906a
Make transfer option free
2024-03-04 23:59:15 -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
1fed59837b
Fix RNG issues with egg moves
2024-03-01 22:18:39 -05:00
Flashfyre
ce60d46fd1
Fix egg move data not initializing properly
2024-03-01 19:37:32 -05:00
Flashfyre
0e0fe95d4c
Fix being unable to clear boss segment without bypass
2024-03-01 12:41:47 -05:00
Flashfyre
716d8853a3
Add damage numbers feature
2024-03-01 00:27:46 -05:00
Flashfyre
f48464d48d
Minor refactoring
2024-02-29 20:08:58 -05:00
Flashfyre
ffd785d534
Rebalance item weights and add Rogue tier
2024-02-28 23:13:05 -05:00
Flashfyre
8bee927e08
Remove some legacy features and fix a crash
...
Remove legacy autoplay and quick start features; fix crash related to leech seed on missing source
2024-02-27 15:16:06 -05:00
Flashfyre
649717a3cd
Add egg moves logic
2024-02-25 12:45:41 -05:00
Flashfyre
d72dd93212
Add experimental animated sprites
2024-02-24 21:16:19 -05:00
Flashfyre
4e93f1e52c
Display enemy trainer briefly when switching
2024-02-22 00:00:51 -05:00
Flashfyre
0917049fea
Fix issues with out of bounds form indexes
2024-02-21 12:38:07 -05:00
Flashfyre
b054992ffa
Allow selecting and ordering starter moves
2024-02-21 01:03:34 -05:00
Flashfyre
09e7fab141
Implement solution to data loss issue
2024-02-19 20:36:10 -05:00
Flashfyre
2f8df43db8
Fix some bugs and add seen Pokemon to starter screen
2024-02-18 22:21:57 -05:00
Flashfyre
b47f7b7ad2
Try rebalancing final boss by removing items
2024-02-17 11:18:53 -05:00
Flashfyre
27c09989b6
Fix crash when generated trainer battle levels mismatch with loaded data
2024-02-17 09:22:51 -05:00
Flashfyre
dadc08d16e
Add Terestallization mechanics
...
Add Terestallization mechanics; implement Stellar type; fix bug with held item weights
2024-02-17 00:40:03 -05:00
Flashfyre
bf18b1ceb1
Add tutorial framework (WiP)
2024-02-13 18:42:11 -05:00
Flashfyre
e72ede26d8
Implement catch count based starter value decreases
2024-02-12 16:38:46 -05:00
Flashfyre
05f114c8a4
Minor UI changes
2024-02-06 23:11:00 -05:00
Flashfyre
e62bb6e225
Add female trainer and male rival
2024-02-06 16:15:35 -05:00
Flashfyre
550c65d6f5
Fix save data not loading on login
2024-02-04 00:49:57 -05:00
Flashfyre
052564f902
Update final boss fight and restructure some files
2024-01-13 12:24:24 -05:00
Flashfyre
ea6c547af1
Minor changes to forms
2024-01-12 20:16:29 -05:00
Flashfyre
4c07c6d5cb
Changes for how play time is handled
2024-01-11 20:27:50 -05:00
Flashfyre
fcf1c4f574
Rework option select and add game stats
2024-01-11 12:26:32 -05:00
Flashfyre
ff936ee395
Fix hanging when bypass login is on
2024-01-10 14:02:43 -05:00
Flashfyre
eedad7d678
Add boss health bars
2024-01-07 23:17:24 -05:00
Flashfyre
8cc1982859
Add natures
2024-01-05 22:31:13 -05:00
Flashfyre
6dc868272f
Add summary memo text
2024-01-05 11:29:34 -05:00
Flashfyre
2d1fabdc03
Ignore erroring modifiers when loading session
2024-01-01 12:32:03 -05:00
Flashfyre
6941e6bdce
Fix issue with some modifiers not loading after loading session
2024-01-01 00:00:44 -05:00
Flashfyre
83e9f6d784
Fix freezing after a battle ends due to not clearing session
2023-12-31 22:49:50 -05:00
Flashfyre
183b53286e
Fix error when importing data while eggs list is empty
2023-12-31 18:53:16 -05:00
Flashfyre
1ad25bdf61
Link save data to account
2023-12-31 18:30:37 -05:00
Flashfyre
34d91edab1
Reduce size of system data by shortening keys
2023-12-31 13:39:04 -05:00
Flashfyre
7a47c62535
Fix various data related issues and add hatchedCount to DexEntry
2023-12-31 13:20:28 -05:00
Flashfyre
8063472bac
Add accounts, login, and registration
2023-12-30 20:19:33 -05:00
Flashfyre
5ef6f2da88
Add day/night cycle
2023-12-29 21:04:40 -05:00
Flashfyre
e107349a98
Add data save and load
2023-12-26 14:49:23 -05:00
Flashfyre
1e4e0d013e
Add experimental vibration touch feedback on mobile
2023-12-25 15:50:33 -05:00
Flashfyre
77e70a6540
Update default window type
2023-12-25 15:08:51 -05:00
Flashfyre
41d1a84c76
Add touch controls for mobile support
2023-12-25 15:03:50 -05:00
Flashfyre
957b5d0fa7
Add friendship system in place of win count
...
Add friendship system in place of win count; add soothe bell item
2023-12-21 23:00:45 -05:00
Flashfyre
b9c05a253e
Remove temporary compensation voucher logic
2023-12-21 11:46:50 -05:00
Flashfyre
e07e267ddc
Refactor windows and add alternate window skins
2023-12-20 22:22:15 -05:00
Flashfyre
524cd99eda
Rebalanace vouchers and add golden voucher
2023-12-20 17:22:50 -05:00
Flashfyre
5883c2fafd
Calculate IVs twice for hatched Pokemon to improve overall IVs
2023-12-20 13:05:11 -05:00
Flashfyre
aa94e044ab
Add egg gacha system and various minor changes
...
Add egg gacha system; remove certain mythical Pokemon from the wild pool as egg exclusive; add egg vouchers with UI; rework Shiny Charm odds; fix trainer Pokemon shiny odds not properly ignoring Shiny Charm modifier
2023-12-19 23:51:48 -05:00
Flashfyre
71fdafe8fb
Add egg logic and hatching screen (WiP) and end biome arena BG
2023-12-15 23:07:32 -05:00
Flashfyre
dad6401f67
Add evolution pausing and fix visual bug with evolution scene
2023-12-14 12:55:11 -05:00
Flashfyre
47181ea868
Add generation 8 Pokemon and new biomes
2023-12-14 00:41:35 -05:00
Flashfyre
e2a6a93209
Rebalance base stat boosters and make max stack count rely on IVs
2023-12-09 00:33:29 -05:00
Flashfyre
e7ec5b4f88
Implement generation 6 Pokemon and some moves
2023-12-08 16:29:03 -05:00
Flashfyre
70827420cd
Implement mega evolutions
2023-12-07 17:43:56 -05:00
Flashfyre
ab344cd82a
Add starter values with limit and add generated fusion names
2023-12-01 17:23:26 -05:00
Flashfyre
b2d7895c7b
Add spliced type sharing and fix move description scrolling
2023-12-01 10:07:21 -05:00
Flashfyre
21c8a67b10
Change perfect IVs achievement condition
2023-11-27 08:46:59 -05:00
Flashfyre
0f3ecbae12
Fix incorrect achievement value for Hard Hitter achievement
2023-11-24 07:06:19 -05:00
Flashfyre
2655828fb9
Fix issues with caught Pokemon IVs not propogating and spliced endless mode not unlocking
2023-11-14 23:52:58 -05:00
Flashfyre
83b85acd8a
Fix logic for checking starter attributes
2023-11-13 08:20:31 -05:00
Flashfyre
b4f2700a59
Rework dex system and add starter IVs
2023-11-12 23:47:04 -05:00
Flashfyre
4f6f17e63e
Fix Lv1000 achievement set to Lv100
2023-11-12 22:45:34 -05:00
Flashfyre
9f17273d87
Add IV Scanner item
2023-11-12 12:49:06 -05:00
Flashfyre
9a6dc06a12
Add some additional achievements and rebalanced points
2023-11-12 09:27:50 -05:00
Flashfyre
c2b5135627
Fix display issue with unlocked hidden achievements
2023-11-12 00:55:13 -05:00
Flashfyre
cbbb8e972b
Add achievement system and UI
...
Add achievement system and UI; fix counting invalid inputs in UI handlers for input delay
2023-11-12 00:31:40 -05:00
Flashfyre
83fae68abf
Add rerolling modifiers for money and fix field UI layering issues
2023-11-10 15:51:34 -05:00
Flashfyre
5fa7921e41
Fix additional cases of missing form data causing crash
2023-11-07 21:05:27 -05:00
Flashfyre
79c5b3d4f3
Inherit shininess from splices
2023-11-05 23:48:04 -05:00
Flashfyre
bd8fa9811f
Add fix for missing form data in dex
2023-11-04 23:09:46 -04:00
Flashfyre
4f91c47168
Add option to not show level up stats
2023-11-04 21:53:38 -04: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
ce84ae2f69
Lower max Shiny Charm stack count to 4
2023-10-28 18:55:07 -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
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
2001dd780b
Update enemy modifier rates and update trainer modifier display
2023-10-23 13:48:56 -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
7cca86e082
Fix name casing for starter unlocks
2023-07-05 22:56:12 -04:00
Flashfyre
4b61e50d72
Add starters for evolved Pokemon
2023-07-05 14:19:49 -04:00
Flashfyre
106d3298a2
Add TM learnability indicator when learning TM
2023-07-04 23:11:31 -04:00
Flashfyre
9faa489f19
Add endless mode
...
Add endless mode; prevent stat booster items from being transferred or stolen
2023-05-31 19:54:57 -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
9f28a067cd
Use weight 0 for modifiers when stack is maxed
2023-05-09 15:01:27 -04:00
Flashfyre
15cfd3bad4
Add color change ability, some moves, and fix mimic
2023-05-06 00:42:01 -04:00
Flashfyre
842ea5af40
Initially lock Mini Black Hole item
2023-04-29 01:40:24 -04:00
Flashfyre
a2ecb4089d
Add session save data
2023-04-28 15:03:42 -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
92c8583129
Refactor move attribute logic and add arena trap moves
2023-04-24 14:30:21 -04:00
Flashfyre
3546f3b5a7
Refactor source files and add berries
2023-04-20 15:46:05 -04:00