Commit Graph

3407 Commits

Author SHA1 Message Date
RedstonewolfX
7f5166d75a Revert "Reapply "Reload Detection is here""
This reverts commit 4320517234.
2024-07-20 16:31:26 -04:00
RedstonewolfX
4320517234 Reapply "Reload Detection is here"
This reverts commit ecdc035ab5.
2024-07-20 16:30:06 -04:00
RedstonewolfX
01994a551a Reapply "Fix log labels"
This reverts commit 1b3175b85d.
2024-07-20 16:29:04 -04:00
RedstonewolfX
36226efacb Reapply "Update phases.ts"
This reverts commit 6e13b103ed.
2024-07-20 16:27:48 -04:00
RedstonewolfX
f8dc5f5b19 Reapply "Disable A button on blank slots"
This reverts commit 5afbedd27e.
2024-07-20 16:27:42 -04:00
RedstonewolfX
907fafe3f0 Reapply "New log handler UI"
This reverts commit 1b8d44956e.
2024-07-20 16:26:27 -04:00
RedstonewolfX
b646995ad9 Reapply "Auto correct date"
This reverts commit 07593945ee.
2024-07-20 16:24:58 -04:00
RedstonewolfX
a553b88a8a Reapply "Fix stuff"
This reverts commit 80750aab15.
2024-07-20 16:22:35 -04:00
RedstonewolfX
e76606f299 Reapply "Merge branch 'main' of https://github.com/PokeRogue-Projects/Pathing-Tool"
This reverts commit 722ed15017.
2024-07-20 16:15:53 -04:00
RedstonewolfX
d94d5d6efb Reapply "Fix team display"
This reverts commit 708ae2699d.
2024-07-20 16:15:50 -04:00
RedstonewolfX
8efdda8528 Revert "Reapply "Merge branch 'main' of https://github.com/PokeRogue-Projects/Pathing-Tool""
This reverts commit c122d417cf.
2024-07-20 16:11:35 -04:00
RedstonewolfX
c122d417cf Reapply "Merge branch 'main' of https://github.com/PokeRogue-Projects/Pathing-Tool"
This reverts commit 722ed15017.
2024-07-20 16:08:18 -04:00
RedstonewolfX
708ae2699d Revert "Fix team display"
This reverts commit a027ea40fa.
2024-07-20 16:01:43 -04:00
RedstonewolfX
722ed15017 Revert "Merge branch 'main' of https://github.com/PokeRogue-Projects/Pathing-Tool"
This reverts commit e522348462, reversing
changes made to a027ea40fa.
2024-07-20 16:01:41 -04:00
RedstonewolfX
80750aab15 Revert "Fix stuff"
This reverts commit 8882d7bb12.
2024-07-20 16:01:39 -04:00
RedstonewolfX
07593945ee Revert "Auto correct date"
This reverts commit 4e3fbe0c01.
2024-07-20 16:01:37 -04:00
RedstonewolfX
1b8d44956e Revert "New log handler UI"
This reverts commit 898a153104.
2024-07-20 16:01:34 -04:00
RedstonewolfX
5afbedd27e Revert "Disable A button on blank slots"
This reverts commit a5335e1cc8.
2024-07-20 16:01:31 -04:00
RedstonewolfX
6e13b103ed Revert "Update phases.ts"
This reverts commit 4b6f492b28.
2024-07-20 16:01:29 -04:00
RedstonewolfX
1b3175b85d Revert "Fix log labels"
This reverts commit b6720fff9b.
2024-07-20 16:01:25 -04:00
RedstonewolfX
ecdc035ab5 Revert "Reload Detection is here"
This reverts commit 15d2278cc7.
2024-07-20 16:00:57 -04:00
RedstonewolfX
6d9606329c Revert "Text change"
This reverts commit 62cb10159a.
2024-07-20 16:00:46 -04:00
RedstonewolfX
c254aa15e9 Debug Items
gave the shiny new stuff assets so I don't have to look at invalid sprites lol
2024-07-20 14:38:06 -04:00
RedstonewolfX
e550c71928 Add debug evolution items
Adds the Force Evolve and Force Fusion Evolve items. They can be used by putting "FORCE_EVOLVE_ITEM" or "FORCE_FUSE_EVOLVE_ITEM" in the modifier rewards override array in overrides.ts.

Force Evolve evolves a Pokemon, ignoring conditions.
Force Fuse Evolve evolves the second half of a fused Pokemon, or does nothing if it isn't fused.

May break on Pokemon with multiple evolutions.
2024-07-20 14:16:56 -04:00
RedstonewolfX
41870812b4 Fix starter UI handler
Game crash when you start a new game
2024-07-20 13:30:06 -04:00
RedstonewolfX
2279753aea Documentation
Added a list of the regions in logger.ts
2024-07-20 12:58:38 -04:00
RedstonewolfX
cd60f076bb Update logger.ts
Small formatting edits
2024-07-20 12:53:27 -04:00
RedstonewolfX
930b6fae44 Save seeds
Mod now saves the run's seed, for loading run seeds in the future
2024-07-20 12:32:25 -04:00
RedstonewolfX
31939fd6d8 Temporary fix 2024-07-20 09:38:52 -04:00
RedstonewolfX
85fe14ef6a fix shiny luck change
bozo
2024-07-20 09:12:55 -04:00
RedstonewolfX
789df4467d Change shiny luck
Disabling shiny luck now only disables your starters' shiny luck

Changed wording for the logger in some places
2024-07-20 09:08:24 -04:00
RedstonewolfX
62cb10159a Text change
Edited the wording on the prompt (even though it's broken lol) to clarify that your log data will not be deleted by doing this
2024-07-19 18:38:38 -04:00
RedstonewolfX
15d2278cc7 Reload Detection is here
Tracks up to 3 turns of enemy attacks, flagging a reload if the AI did something different

Tracks the modifiers you get at the end of the wave, flagging a reload if they changed

Attempted to add a prompt to clear these trackers (in case you are going to try something different this wave), but it didn't work
2024-07-19 18:37:30 -04:00
RedstonewolfX
b6720fff9b Fix log labels
Log labels now actually save

Removed deprecated functions from logger.ts (and the deprecated section itself, as it is now empty)

Added some variables for the reload detection system
2024-07-19 17:50:39 -04:00
RedstonewolfX
4b6f492b28 Update phases.ts
Learning moves no longer logs on the previous wave
2024-07-18 19:02:25 -04:00
RedstonewolfX
a5335e1cc8 Disable A button on blank slots
Pressing A on a slot for a file that doesn't have a log does nothing
2024-07-18 18:55:37 -04:00
RedstonewolfX
898a153104 New log handler UI
Created a new UI for selecting logs to modify, since using a text box wouldn't work if you had many logs

It displays the date, name, starters (if stored), and a bit of other info
2024-07-18 18:54:27 -04:00
RedstonewolfX
4e3fbe0c01 Auto correct date
Changes date from MM-DD-YYYY to YYYY-MM-DD automatically when running updates

Updates logs when renaming or exporting them
2024-07-18 17:57:45 -04:00
RedstonewolfX
8882d7bb12 Fix stuff
I had to dump a ton of other progress due to a major issue so idk what this update added
2024-07-18 17:50:41 -04:00
RedstonewolfX
e522348462 Merge branch 'main' of https://github.com/PokeRogue-Projects/Pathing-Tool 2024-07-18 16:40:19 -04:00
RedstonewolfX
a027ea40fa Fix team display
Team display feature no longer unintentionally hides status effects

Team display now shows each trainer's party separately in a double battle

Changed how logging actions are announced in the console
2024-07-18 16:40:17 -04:00
RedstonewolfX
8bc6f5c6ce
Create auto-update.yml
Automatically push updates from Pokerogue's main repo to this one's Automerge repo, so I can add them (will change to pushing to main if it doesn't attempt to resolve conflicts by itself)
2024-07-18 15:52:35 -04:00
RedstonewolfX
280ecf0083 Move old workflow files I won't be using 2024-07-18 15:44:58 -04:00
RedstonewolfX
0d7b2bb6b9
Add team display
Trainer team bar
2024-07-18 15:21:51 -04:00
RedstonewolfX
efb3b3a87d
Merge branch 'main' into trainer-team-bar 2024-07-18 15:21:22 -04:00
RedstonewolfX
e93b84cef5 Title screen setting
Can change how the quick-load button on the title screen appears

Changed grunts' title to "Grunt"
2024-07-18 15:17:40 -04:00
RedstonewolfX
ff40f56992 Testing
Commented these log statements out, but may add them back later
2024-07-18 14:31:49 -04:00
RedstonewolfX
9d968917f5 Fix capture logging
Logs when a Pokemon is released from your party to add another one to the team
Logs who a Poke Ball caught, next to the instruction to use it, so there's never any confusion
Marks the shop as "Flee" if you ran away from battle
Added logger function to append text onto the most recently logged action
2024-07-18 14:24:26 -04:00
RedstonewolfX
7d4c4118fe Fix formatting issue 2024-07-18 13:49:35 -04:00
RedstonewolfX
13e1fd3b0a Disable Shiny Luck in Daily
Disables shiny luck in daily (can be turned back on in Settings)
* Shinies can still appear and do have their custom sprites, they just don't affect rolls.

Added a currently nonfunctional setting to change how the quickload button appears (or disable it, locking it to "Continue")

Added an in-progress UI for displaying Daily Runs (currently disabled)
2024-07-16 16:38:13 -04:00