Commit Graph

3299 Commits

Author SHA1 Message Date
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
RedstonewolfX
3af044de2b Autosaves
Game will create a duplicate of your save on waves 1, 11, 21, 31, 41, and 50
2024-07-13 14:23:33 -04:00
RedstonewolfX
ff7e215d6c Framework for autosaves 2024-07-13 12:50:34 -04:00
RedstonewolfX
8c89200422 Fix catching bugs
Actions now log in the correct order when you catch something
Log adding/skipping Pokemon when your party is full
Fix a small spelling error
2024-07-13 11:14:46 -04:00
RedstonewolfX
3bae3fd302 Exit sheets exporter 2024-07-13 01:16:28 -04:00
RedstonewolfX
9dec435ecf Fix export to sheets 2024-07-13 00:27:19 -04:00
RedstonewolfX
c80c291805 Add log buttons
Export for Sheets (ExSheet): Exports a file replacing \n with CHAR(10)

Delete: Deletes the file
2024-07-13 00:00:37 -04:00
RedstonewolfX
7084155186 Fix undefined double battle state 2024-07-12 23:49:51 -04:00
RedstonewolfX
761ba69aba Remove log length limit for modes outside Daily 2024-07-12 23:39:26 -04:00
RedstonewolfX
bdef9ece22 something
I don't remember what these updates contain anymore
2024-07-12 23:30:48 -04:00
RedstonewolfX
94ad9d2ba2 Fix action targets not being logged 2024-07-12 22:23:45 -04:00
RedstonewolfX
9e442f2b07 more fixes 2024-07-12 22:12:32 -04:00
RedstonewolfX
1990b69c18 correct an error 2024-07-12 22:02:27 -04:00
RedstonewolfX
c4659d6467 update 2024-07-12 21:58:55 -04:00
RedstonewolfX
798b57eb4f Fix reload(?) and add IV menu 2024-07-12 21:33:28 -04:00
RedstonewolfX
4d95fd0ca2 Update default settings
Disable tutorials because annoying
Enable Type Hints because of damage display
2024-07-12 20:03:16 -04:00
RedstonewolfX
db4261bb2d Fix bugs 2024-07-12 18:12:24 -04:00
RedstonewolfX
c7fa2ff8e1 Log switching after fainting 2024-07-12 17:46:57 -04:00
RedstonewolfX
299c00f0a4 Fix LazyReloads 2024-07-12 17:16:19 -04:00
RedstonewolfX
a8449833a5 Make use of LazyReloads setting 2024-07-12 17:12:20 -04:00
RedstonewolfX
c1873cdb56 Add settings
Lazy Reloads: Flags every page refresh as a required reload, even if nothing changed
2024-07-12 17:09:32 -04:00
RedstonewolfX
c39ecd7181 Merge export and rename UIs
The renaming UI is used to rename, export, or delete your game logs
2024-07-12 17:04:34 -04:00