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
RedstonewolfX
cef161c69c
working on fixes yay
...
me when when game is broken
2024-07-16 11:44:25 -04:00
RedstonewolfX
6af3f4ef3f
Fix trainer title logging
2024-07-16 11:08:31 -04:00
RedstonewolfX
ef8e9904e4
Log PP items correctly
2024-07-15 17:21:55 -04:00
RedstonewolfX
9e253f7646
Fix evolution logging
2024-07-15 16:58:02 -04:00
RedstonewolfX
96e2372c9c
fix drpd export
2024-07-15 16:49:29 -04:00
RedstonewolfX
fc91567670
Fix move learned by mushroom/TM not displaying
2024-07-14 20:39:02 -04:00
RedstonewolfX
ad7cfd5b0a
Fix gender
2024-07-14 20:35:01 -04:00
RedstonewolfX
6a089da8f0
Biome Panels setting
...
Adds an option to enable biome panels
Displays the biome that a save is in
2024-07-14 20:21:39 -04:00
RedstonewolfX
7246da5941
Biome Panels
...
Added Cave, Badlands, and Construction Site
Biome panels no longer create error message spam from not loading nonexistent legacy assets
2024-07-14 20:10:27 -04:00
RedstonewolfX
06e7e24aa7
Fix abilities
2024-07-14 19:50:40 -04:00
RedstonewolfX
54ddc63a14
Condense actions
2024-07-14 19:29:16 -04:00
RedstonewolfX
e3272af46e
Add log label field
2024-07-14 17:28:15 -04:00
RedstonewolfX
607db5d091
Fix UUID
...
node:crypto cannot be used clientside, so use phaser's UUID generator (I wanted to use phaser's uuid anyways but found node:crypto first)
2024-07-14 17:20:16 -04:00
RedstonewolfX
dfc00c18f2
Update wording for relearning moves
2024-07-14 16:46:11 -04:00
RedstonewolfX
4672978729
Check duplicate names instead
...
Since regional variants will have the same name despite being different species, the slot label now checks for identical names instead
2024-07-14 16:29:09 -04:00
RedstonewolfX
29d2119cf1
Only flag slot number of duplicate species in your party
2024-07-14 16:27:01 -04:00
RedstonewolfX
2e39c15df5
Push all changes
...
- Make sure every file is 100% up to date
- Label phases with regions so I can see where phases are in the sidebar
2024-07-14 16:17:36 -04:00
RedstonewolfX
fbff640e2d
I forgot a couple
2024-07-14 15:48:18 -04:00
RedstonewolfX
564285309e
Finish organizing
...
Finished documenting logger.ts
Numbered the sections in case I wanted to make a list of functions later
Corrected wording of "Send in" to "Send out"
2024-07-14 15:45:31 -04:00
RedstonewolfX
888a817ee1
Organize logger.ts
...
Still working on documentation, but everything has been sorted
2024-07-14 13:47:57 -04:00
RedstonewolfX
e0d20f309c
Push fixes
2024-07-14 12:24:47 -04:00
RedstonewolfX
6947d137fc
Update save-slot-select-ui-handler.ts
2024-07-14 00:13:04 -04:00
RedstonewolfX
a140719cd2
Fix action logging
2024-07-14 00:04:09 -04:00
RedstonewolfX
84fc8c9443
Biome Panels
...
shh dont tell scarlet
2024-07-13 23:46:57 -04:00
RedstonewolfX
98dd5ea09b
Bug Fixes
...
I heard you liked bug fixes so I gave you bug fixes with your bug fixes
2024-07-13 23:40:11 -04:00
RedstonewolfX
2cf8a75609
Push all updates
2024-07-13 17:58:21 -04:00
RedstonewolfX
324c92024b
Extras
2024-07-13 17:44:51 -04:00
RedstonewolfX
48ff515269
Fancy Title Screen
...
Tutorials are off by default
Type Hints are on by default
Added an option to make the title screen's biome change as you navigate menus
2024-07-13 16:31:04 -04:00